summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-05 17:34:42 +0100
committerGitHub <noreply@github.com>2024-09-05 18:34:42 +0200
commit6919f33216bb1db2b3596ca6f2f9c2c54f322720 (patch)
tree31fbcd34825f1787f38766a4d00576103f086d3d
parentc678550a176ce5592d4b6e7ffb918e6926858a45 (diff)
2.0.0-rc.1 (#25467)
-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 4ba940ad5..16fd96108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1146,7 +1146,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "2.0.0-rc.0"
+version = "2.0.0-rc.1"
dependencies = [
"anstream",
"async-trait",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index efe3f2ce5..6a942a3d8 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "2.0.0-rc.0"
+version = "2.0.0-rc.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true