diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-30 23:00:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 00:00:21 +0200 |
commit | b9da6d0d0098cd1fba2aba152cd4499e8baef14b (patch) | |
tree | 62c49800513281e23d70f8d8f92ce7d9f82bb128 | |
parent | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (diff) |
v2.0.0-rc.0 (#25316)
Not strictly necessary, but bumping for good measure :))
-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 81fb80e69..ea3ea416b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.46.2" +version = "2.0.0-rc.0" dependencies = [ "anstream", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d2283d5ef..9c62406ff 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.46.2" +version = "2.0.0-rc.0" authors.workspace = true default-run = "deno" edition.workspace = true |