diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-09-09 13:23:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 14:23:57 +0200 |
| commit | b17a5fbcfaaeb70f8876ce4ca09fdcc61f7e825c (patch) | |
| tree | b59175137a0c7db162895feb6fe35213ab326b20 /cli/Cargo.toml | |
| parent | c14436a424449d845a769a70ca7bc3d313201482 (diff) | |
fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)
Diffstat (limited to 'cli/Cargo.toml')
| -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 6d4ca7793..063f53753 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.56.0" } -deno_web = { path = "../op_crates/web", version = "0.7.0" } +deno_web = { path = "../op_crates/web", version = "0.7.1" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" |
