Skip to content

Commit b61c9bf

Browse files
chore(deps): update swc_ecmascript requirement from =0.16.0 to =0.16.1
1 parent 2019a24 commit b61c9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno-lint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ napi = "1.0.0-alpha.10"
1414
napi-derive = "1.0.0-alpha.0"
1515
serde = "1"
1616
serde_json = "1"
17-
swc_ecmascript = {version = "=0.16.0", features = ["parser", "transforms", "utils", "visit"]}
17+
swc_ecmascript = {version = "=0.16.1", features = ["parser", "transforms", "utils", "visit"]}
1818
termcolor = "1.1"
1919

2020
[target.'cfg(all(unix, not(target_env = "musl"), not(target_arch = "aarch64")))'.dependencies]

0 commit comments

Comments
 (0)