diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-15 22:14:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 22:14:58 +0200 |
| commit | ba91a727a64d64157dd101ca8554d1c3096899b4 (patch) | |
| tree | f68dc9a8c4f3b3d766e0d67bf1d5ca4017d17c47 /extensions/url | |
| parent | 5bf4a88aa494073abd57838a60e9140062ac4e41 (diff) | |
chore: release crates (#10976)
Diffstat (limited to 'extensions/url')
| -rw-r--r-- | extensions/url/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/url/Cargo.toml b/extensions/url/Cargo.toml index f374588d7..17ba8c7f1 100644 --- a/extensions/url/Cargo.toml +++ b/extensions/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.8.0" +version = "0.9.0" edition = "2018" description = "URL API implementation for Deno" authors = ["the Deno authors"] @@ -14,13 +14,13 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.89.0", path = "../../core" } +deno_core = { version = "0.90.0", path = "../../core" } idna = "0.2.3" percent-encoding = "2.1.0" serde = { version = "1.0.125", features = ["derive"] } [dev-dependencies] -deno_bench_util = { version = "0.2.0", path = "../../bench_util" } +deno_bench_util = { version = "0.3.0", path = "../../bench_util" } [[bench]] name = "url_ops" |
