diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-20 20:02:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 21:02:26 +0200 |
commit | 7bfb93135d8ee526a8de32d7025896caed3acf21 (patch) | |
tree | c03c908f904247d225b2c76f80eb570f125ffd3a | |
parent | acba2cd48c3b8725c93513edc291a107bdc7eeaf (diff) |
chore(release): Release Deno v1.46.0-rc.3 (#25112)
-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 32454d516..552c02e2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.46.0-rc.2" +version = "1.46.0-rc.3" dependencies = [ "async-trait", "base32", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 06384f479..d0b871f49 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.46.0-rc.2" +version = "1.46.0-rc.3" authors.workspace = true default-run = "deno" edition.workspace = true |