diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-01 00:19:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 01:19:37 +0200 |
commit | 218a9bf7ebaabacb7fc2231b15a22f6102d4cd3c (patch) | |
tree | f7976311445e588956d3a1f458407171f02e7cc4 | |
parent | 7ad14589f9e8b4a881cbbfb746c9047d4953e461 (diff) |
v2.0.0-rc.8 (#25950)
-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 945e49348..14ef18418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "2.0.0-rc.7" +version = "2.0.0-rc.8" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5fb32deb7..fc786babc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "2.0.0-rc.7" +version = "2.0.0-rc.8" authors.workspace = true default-run = "deno" edition.workspace = true |