diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-22 15:42:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 15:42:08 -0400 |
commit | ca4385ad68810e8107984a07d625f5d8beeb50f3 (patch) | |
tree | ba10999f015cd933c05ea9f72840d19721ac1c7c /core | |
parent | efaa1498197b1f63ad41f47f8ee4730724fc67a5 (diff) |
fix: upgrade swc via deno_ast 0.16 (#14930)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index e7db18204..6e837943c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -35,5 +35,5 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] -deno_ast = { version = "0.15.0", features = ["transpiling"] } +deno_ast = { version = "0.16.0", features = ["transpiling"] } tokio = { version = "1.19", features = ["full"] } |