There was an error while loading. Please reload this page.
1 parent 815f0ad commit f68e1c8Copy full SHA for f68e1c8
Cargo.toml
@@ -23,7 +23,7 @@ swc_ecma_parser = "0.123"
23
swc_common = {version = "0.29", features = ["tty-emitter"]}
24
swc_ecma_minifier = "0.160"
25
#hirofa_utils = {git = "https://github.com/HiRoFa/utils"}
26
-hirofa_utils = "0.5"
+hirofa_utils = "0.6"
27
#hirofa_utils = {path = "../utils"}
28
serde_json = "1.0"
29
log = "0.4"
@@ -39,5 +39,5 @@ default-features = false # Disable features which are enabled by default
39
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"]
40
41
[dev-dependencies.quickjs_runtime]
42
-version = "0.8"
+version = "0.9"
43
#path = "../quickjs_es_runtime"
0 commit comments