diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-18 23:30:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 00:30:45 +0200 |
commit | 1ec12a8c5dc95b88d136b1a8faa380be70ee7ced (patch) | |
tree | 2b7a2655018b15332a6b7c488658ac5f6b91f8b0 | |
parent | f003d6498ca36d80d98c870b73fbaa8ad1b31531 (diff) |
chore(release): Release Deno v1.46.0-rc.1 (#25088)
Just bumping the version to test out `deno upgrade --rc` some more.
-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 379ddbc24..cb903d00c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.46.0-rc.0" +version = "1.46.0-rc.1" dependencies = [ "async-trait", "base32", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2a0a9480e..0ed418b5b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.46.0-rc.0" +version = "1.46.0-rc.1" authors.workspace = true default-run = "deno" edition.workspace = true |