diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-27 20:37:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 21:37:56 +0200 |
commit | b694efb3849c4737e8ad617a9a48d5488e21d5da (patch) | |
tree | 3551aa35b350166fb95142239c13d63d81969dc5 | |
parent | fbddd5a2ebfb11dd376a751e9fc4cf09a6286ada (diff) |
v2.0.0-rc.7 (#25907)
-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 206de55a6..6ef9cd2e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 21affb900..f5a8624e1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors.workspace = true default-run = "deno" edition.workspace = true |