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 /cli/Cargo.toml | |
parent | 7ad14589f9e8b4a881cbbfb746c9047d4953e461 (diff) |
v2.0.0-rc.8 (#25950)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |