summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-20 20:02:26 +0100
committerGitHub <noreply@github.com>2024-08-20 21:02:26 +0200
commit7bfb93135d8ee526a8de32d7025896caed3acf21 (patch)
treec03c908f904247d225b2c76f80eb570f125ffd3a
parentacba2cd48c3b8725c93513edc291a107bdc7eeaf (diff)
chore(release): Release Deno v1.46.0-rc.3 (#25112)
-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 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