diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 34b491d6a..3ecb5ca23 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,7 +21,7 @@ path = "./bench/main.rs" [build-dependencies] deno_core = { path = "../core", version = "0.55.0" } -deno_web = { path = "../op_crates/web", version = "0.5.0" } +deno_web = { path = "../op_crates/web", version = "0.6.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" |