Compare commits

...

7 Commits

Author SHA1 Message Date
Taiki Endo
8f354f35e5 Release 2.21.18 2023-11-21 10:53:13 +09:00
Taiki Endo
8fa3de33af Update wasmtime@latest to 15.0.0 2023-11-21 03:10:39 +09:00
Taiki Endo
0a297a6a2c Update cspell dictionary 2023-11-20 22:45:59 +09:00
Taiki Endo
ccc14bdc8d Release 2.21.17 2023-11-19 16:41:07 +09:00
Taiki Endo
9e429c03af Update dprint@latest to 0.43.0 2023-11-19 15:10:11 +09:00
Taiki Endo
dd2be0d4c9 Release 2.21.16 2023-11-19 08:16:23 +09:00
Taiki Endo
e0ec1576c1 Update cargo-binstall@latest to 1.4.6 2023-11-18 21:09:08 +09:00
5 changed files with 79 additions and 12 deletions

View File

@@ -104,7 +104,6 @@ concat
ctypes
dealloc
deque
docsrs
doctest
doctests
hasher

View File

@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.21.18] - 2023-11-21
- Update `wasmtime@latest` to 15.0.0.
## [2.21.17] - 2023-11-19
- Update `dprint@latest` to 0.43.0.
## [2.21.16] - 2023-11-18
- Update `cargo-binstall@latest` to 1.4.6.
## [2.21.15] - 2023-11-18
- Update `syft@latest` to 0.97.1.
@@ -1437,7 +1449,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.15...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.18...HEAD
[2.21.18]: https://github.com/taiki-e/install-action/compare/v2.21.17...v2.21.18
[2.21.17]: https://github.com/taiki-e/install-action/compare/v2.21.16...v2.21.17
[2.21.16]: https://github.com/taiki-e/install-action/compare/v2.21.15...v2.21.16
[2.21.15]: https://github.com/taiki-e/install-action/compare/v2.21.14...v2.21.15
[2.21.14]: https://github.com/taiki-e/install-action/compare/v2.21.13...v2.21.14
[2.21.13]: https://github.com/taiki-e/install-action/compare/v2.21.12...v2.21.13

View File

@@ -21,26 +21,26 @@
}
},
"latest": {
"version": "1.4.5"
"version": "1.4.6"
},
"1.4.5": {
"1.4.6": {
"x86_64_linux_musl": {
"checksum": "7a9fa74ddaa48d989e7ef81f12890b0338af755fb88a0db9150c092a5aee42c0"
"checksum": "77e13c15c979e2d233290aa4354bf8f6416768cc175ed9aadcb8a46ffe3f4b46"
},
"x86_64_macos": {
"checksum": "e8e335ccea16b1828589da92ebc77653be8bdfc27776e185be8bae96c99de24c"
"checksum": "8f76db704186a0ce87148a31a91ad9101ff2f5ad0b9ff98f19e20f795230c343"
},
"x86_64_windows": {
"checksum": "8b4c13c944e99a1907a19e2b5f4176ff3ecd6d1fdea0ab65eafd085517ed4f63"
"checksum": "787f3568162702b553f7877b7e1e41a1ff88e698d11a54b371b7495d801cd047"
},
"aarch64_linux_musl": {
"checksum": "6d4c33b27e7f12d27c231bf637ebab652a0b40e658560a4fb95a1db41e932bad"
"checksum": "887361073d873ab4054257da60df784ae5471262c355074dd9b56fd5a4ec7dd4"
},
"aarch64_macos": {
"checksum": "1fbb8cb5b6f789ac856638aa2f43f0e8d3f9586dff67c0aab5bc07abf801f29a"
"checksum": "ba897e52709139005b148cda8dc8e8efc3f45346e840dec34dbb3f43db453f0b"
},
"aarch64_windows": {
"checksum": "4fcdfd5558fa3f0cfad5c29d07807e47dda45cae907f281a5316af0c4752ab45"
"checksum": "1b69501ed825f928575f1f447e73da1989d9f91a0cb61a2b829dac456a74038b"
}
}
}

22
manifests/dprint.json generated
View File

@@ -24,7 +24,27 @@
}
},
"latest": {
"version": "0.42.5"
"version": "0.43.0"
},
"0.43": {
"version": "0.43.0"
},
"0.43.0": {
"x86_64_linux_musl": {
"checksum": "a73e3ced32b4b82f4e462e4cb4c8206e87d649715b974ed17f90986856498255"
},
"x86_64_macos": {
"checksum": "8687ddffc00197807ca37934bdf392fa7f7441b8124a6679c9fcccb862c5c5e7"
},
"x86_64_windows": {
"checksum": "dc36df4049633e0bb281a1cdb64ad95e593f299e560b664958457478267e939e"
},
"aarch64_linux_musl": {
"checksum": "76270d79c923c14fdbd617d46765ab4299cd5966532bf3c602a5eb414cd6e755"
},
"aarch64_macos": {
"checksum": "fa5f29ab77fb32742aba7d5cd1cb01d1e8f84abda5ddcddb5c4489fbad231390"
}
},
"0.42": {
"version": "0.42.5"

View File

@@ -2,7 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "14.0.4"
"version": "15.0.0"
},
"15": {
"version": "15.0.0"
},
"15.0": {
"version": "15.0.0"
},
"15.0.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-linux.tar.xz",
"checksum": "ace1bbd35cb6c9aea7f970ea56e19b63d16eaec66d852b767dbd3e3c3092ce08",
"bin": "wasmtime-v15.0.0-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-macos.tar.xz",
"checksum": "2913d43f2d943071566daaf4e2a47cf4a7e58bf077817b6e431b2ecc2da772d9",
"bin": "wasmtime-v15.0.0-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-windows.zip",
"checksum": "70ee6bf44afd29cdd6b480675070e899489162906d83449a7d4a2c82cc2371c3",
"bin": "wasmtime-v15.0.0-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-aarch64-linux.tar.xz",
"checksum": "8feef65dff1acd5b5f69e5f08e34d3c3c29c6fc680c30a3a1cfa8b618c45818a",
"bin": "wasmtime-v15.0.0-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-aarch64-macos.tar.xz",
"checksum": "51c5bb6d83f111228fe59ee42b5e7dfa0f3ff7a65665f20237c44acf20ee5e42",
"bin": "wasmtime-v15.0.0-aarch64-macos/wasmtime"
}
},
"14": {
"version": "14.0.4"