diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-06-19 10:17:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 03:17:32 +0200 |
commit | 1d6b775f812f22f90d27a5d81a59070ad2d1172b (patch) | |
tree | 8f753991b82385e608497883e478a6fefcb00496 /ext/io | |
parent | cfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 (diff) |
chore: forward v1.44.3 release commit to main (#24256)
This is the release commit being forwarded back to main for 1.44.3
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/io')
-rw-r--r-- | ext/io/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index dc7e262c2..e2f0ca9d6 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_io" -version = "0.66.0" +version = "0.67.0" authors.workspace = true edition.workspace = true license.workspace = true |