diff options
Diffstat (limited to 'op_crates/webidl')
-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 ced344fbb..59241ed3a 100644 --- a/op_crates/webidl/Cargo.toml +++ b/op_crates/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.2.1" +version = "0.3.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.83.0", path = "../../core" } +deno_core = { version = "0.84.0", path = "../../core" } |