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 /op_crates/console | |
parent | 0770449c938cdd0edbadaf1e87e460b21fc1b4ef (diff) |
chore: bump crates (#9769)
Diffstat (limited to 'op_crates/console')
-rw-r--r-- | op_crates/console/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/console/Cargo.toml b/op_crates/console/Cargo.toml index 1218f5989..10ad90035 100644 --- a/op_crates/console/Cargo.toml +++ b/op_crates/console/Cargo.toml @@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.80.2", path = "../../core" } +deno_core = { version = "0.81.0", path = "../../core" } |