diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-24 19:44:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 20:44:08 +0200 |
commit | ba5b8d0213cde2585236098b00beb8a512889626 (patch) | |
tree | f96cfcfee26bf63bcd12e931732e4b8f2f84ed1f | |
parent | 5a1943cd9560466a5922bd3cd79cca5c9f378561 (diff) |
v2.0.0-rc.5 (#25838)
-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 f5df8bde6..492cfa260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a47af07a7..fc3216a60 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" authors.workspace = true default-run = "deno" edition.workspace = true |