diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2024-07-11 00:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 00:08:02 +0200 |
| commit | 04ff5c731d55f2402e7b08e378eaf6e5a5a4d961 (patch) | |
| tree | 71534a6b773c00c99107a280ac32454b00c9a8fe /runtime | |
| parent | 28f9485c25b7cadfd502fb460cf0d2a7e854c568 (diff) | |
1.45.0 (#24512)
Bumped versions for 1.45.0
---------
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 2 | ||||
| -rw-r--r-- | runtime/permissions/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 5c8a8459f..2635ab2b4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.166.0" +version = "0.167.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index 4fb332ef1..d09fe6df8 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_permissions" -version = "0.18.0" +version = "0.19.0" authors.workspace = true edition.workspace = true license.workspace = true |
