diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-18 22:21:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 23:21:45 +0200 |
commit | c3bc692842d0198a4878f823c1026c1f905cb7e5 (patch) | |
tree | c36ecfe8f8cd2aabca32e830569d723d620bbbc5 | |
parent | 28dd92896251d02a912651aa56a2c81e47c107ee (diff) |
v2.0.0-rc.3 (#25704)
-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 865012911..8cf4e264c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.2" +version = "2.0.0-rc.3" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 209c40dc7..b299fdc71 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.2" +version = "2.0.0-rc.3" authors.workspace = true default-run = "deno" edition.workspace = true |