diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-19 22:13:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 21:13:04 +0000 |
commit | 1c4db2aca93aa248e501ea2de9fe4b399eeb5cfd (patch) | |
tree | 51706e81fa2387812d41f0f87a4843983e2926f0 | |
parent | 4285cb339d4ddfe564a98b030bcba6c621584e81 (diff) |
chore(release): Release Deno v1.46.0-rc.2 (#25101)
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4d7966633..d7feda5e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.46.0-rc.1" +version = "1.46.0-rc.2" dependencies = [ "async-trait", "base32", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 85a7bc9bb..acda2292c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.46.0-rc.1" +version = "1.46.0-rc.2" authors.workspace = true default-run = "deno" edition.workspace = true |