From ca4385ad68810e8107984a07d625f5d8beeb50f3 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 22 Jun 2022 15:42:08 -0400 Subject: fix: upgrade swc via deno_ast 0.16 (#14930) --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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"] } -- cgit v1.2.3