Skip to content

Commit f68e1c8

Browse files
wip
1 parent 815f0ad commit f68e1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ swc_ecma_parser = "0.123"
2323
swc_common = {version = "0.29", features = ["tty-emitter"]}
2424
swc_ecma_minifier = "0.160"
2525
#hirofa_utils = {git = "https://github.com/HiRoFa/utils"}
26-
hirofa_utils = "0.5"
26+
hirofa_utils = "0.6"
2727
#hirofa_utils = {path = "../utils"}
2828
serde_json = "1.0"
2929
log = "0.4"
@@ -39,5 +39,5 @@ default-features = false # Disable features which are enabled by default
3939
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"]
4040

4141
[dev-dependencies.quickjs_runtime]
42-
version = "0.8"
42+
version = "0.9"
4343
#path = "../quickjs_es_runtime"

0 commit comments

Comments
 (0)