diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-02 10:27:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 14:27:34 +0000 |
commit | 55c2a88099760be6c00838b3c3202f732f84e651 (patch) | |
tree | eae6aae97a0c41a6e9c0a7a19befb186ba8d554b /ext/webidl | |
parent | 2d3e0284d96e1b26fc220d162796960f8288dfca (diff) |
chore: release deno_* crates (#25987)
Testing once again if the crates are being properly released.
---------
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/webidl')
-rw-r--r-- | ext/webidl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 5ff37d2be..734fc75c2 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.169.0" +version = "0.170.0" authors.workspace = true edition.workspace = true license.workspace = true |