diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-12 02:20:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 03:20:45 +0200 |
commit | 57556ade8c128aeea7340d463b35c86afe1fb4f7 (patch) | |
tree | 92d1f5ba31c8cd6fd78330130d2f5dcbf2960080 | |
parent | 025e4bdaaca3ce029602ba3fef63865f6573e5e4 (diff) |
v2.0.0-rc.2 (#25583)
-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 0453719a4..8fa148651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 882c8d8bc..db9fd0f03 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors.workspace = true default-run = "deno" edition.workspace = true |