diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2024-07-13 00:05:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 18:05:45 -0400 |
| commit | 3a48bc695f36e82d974d8492d2286d3e6af3b675 (patch) | |
| tree | eb458d5a3a983bea1ac5806e9388b085778d9b6d /cli | |
| parent | 8243c85a47aff3a1c143294482e22f4c49c1ad7b (diff) | |
chore: forward v1.45.2 release commit to main (#24564)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 41f659708..d02411dc2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.45.1" +version = "1.45.2" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 353b32d09..43f5b7589 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.90.0" +version = "0.91.0" authors.workspace = true edition.workspace = true license.workspace = true |
