summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-12 02:20:45 +0100
committerGitHub <noreply@github.com>2024-09-12 03:20:45 +0200
commit57556ade8c128aeea7340d463b35c86afe1fb4f7 (patch)
tree92d1f5ba31c8cd6fd78330130d2f5dcbf2960080
parent025e4bdaaca3ce029602ba3fef63865f6573e5e4 (diff)
v2.0.0-rc.2 (#25583)
-rw-r--r--Cargo.lock2
-rw-r--r--cli/Cargo.toml2
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