diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-19 16:59:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 17:59:53 +0200 |
commit | dad5678baa0c96a40810f9af820145041fb8f98e (patch) | |
tree | d1a9fb2654cf3ccffcf25b1a6787c041aa6830ad | |
parent | dcc95112f7a53d94b355cd0cfaedbcee648bfe7f (diff) |
v2.0.0-rc.4 (#25728)
-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 8cf4e264c..b71cc2d2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.3" +version = "2.0.0-rc.4" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b299fdc71..778c21bb0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.3" +version = "2.0.0-rc.4" authors.workspace = true default-run = "deno" edition.workspace = true |