diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-03-12 22:29:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 22:29:07 +0100 |
commit | fbec6e39c7bc85a3f8a0d2a70192935be367e646 (patch) | |
tree | 7e0256a3eb1ece154b5b56b0423a5a2b18ec2339 /cli | |
parent | 0770449c938cdd0edbadaf1e87e460b21fc1b4ef (diff) |
chore: bump crates (#9769)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3e5a018ff..f42cec58e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.80.2" } +deno_core = { path = "../core", version = "0.81.0" } deno_runtime = { path = "../runtime", version = "0.9.3" } regex = "1.4.3" serde = { version = "1.0.123", features = ["derive"] } @@ -34,7 +34,7 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.80.2" } +deno_core = { path = "../core", version = "0.81.0" } deno_doc = "0.1.23" deno_lint = "0.2.19" deno_runtime = { path = "../runtime", version = "0.9.3" } |