diff options
Diffstat (limited to 'op_crates/webidl/Cargo.toml')
| -rw-r--r-- | op_crates/webidl/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/webidl/Cargo.toml b/op_crates/webidl/Cargo.toml index cab02042c..90a3e2cb9 100644 --- a/op_crates/webidl/Cargo.toml +++ b/op_crates/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.4.0" +version = "0.5.0" edition = "2018" description = "WebIDL implementation for Deno" authors = ["the Deno authors"] @@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.85.0", path = "../../core" } +deno_core = { version = "0.86.0", path = "../../core" } |
