Compare commits

...

27 Commits

Author SHA1 Message Date
Taiki Endo
d74bbb1f23 Release 2.46.3 2024-12-07 11:04:04 +09:00
Taiki Endo
5bb2b11a56 Update wasm-bindgen@latest to 0.2.98 2024-12-07 09:37:01 +09:00
Taiki Endo
f635080d9c Release 2.46.2 2024-12-06 00:18:30 +09:00
Taiki Endo
5ce83af8b5 Update cargo-semver-checks@latest to 0.37.0 2024-12-05 15:15:46 +09:00
Taiki Endo
6aa8b420a5 Release 2.46.1 2024-12-05 04:43:17 +09:00
Taiki Endo
17ded33f96 Update protoc@latest to 3.29.1 2024-12-05 02:34:53 +09:00
Taiki Endo
4a06140391 Release 2.46.0 2024-12-05 02:29:26 +09:00
Taiki Endo
ffd430fe64 Update changelog 2024-12-05 02:29:05 +09:00
Taiki Endo
0139dfdb65 Set GITHUB_TOKEN for cargo-binstall by default (#556)
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-12-04 23:02:01 +09:00
Taiki Endo
c4bf614c2f Release 2.45.15 2024-12-03 10:56:44 +09:00
Taiki Endo
724f66b4c8 Update typos@latest to 1.28.2 2024-12-03 10:40:35 +09:00
Taiki Endo
ec9269c9dd Release 2.45.14 2024-12-02 09:50:36 +09:00
Taiki Endo
0cdd396109 Update dprint@latest to 0.47.6 2024-12-02 09:37:53 +09:00
Taiki Endo
a22e1808bb Release 2.45.13 2024-12-01 03:44:56 +09:00
Taiki Endo
7549ed47d9 Update cargo-udeps@latest to 0.1.53 2024-12-01 00:13:59 +09:00
Taiki Endo
251c392daa Release 2.45.12 2024-11-30 18:17:07 +09:00
Taiki Endo
a2130a3c52 Update wasm-bindgen@latest to 0.2.97 2024-11-30 18:12:30 +09:00
Taiki Endo
b97519f3c3 Release 2.45.11 2024-11-30 12:52:03 +09:00
Taiki Endo
6370ad43b8 Update cargo-zigbuild@latest to 0.19.5 2024-11-30 12:51:13 +09:00
Taiki Endo
c0f0193890 Release 2.45.10 2024-11-30 11:20:23 +09:00
Taiki Endo
dee1038fc8 Update wasm-bindgen@latest to 0.2.96 2024-11-30 03:13:26 +09:00
Taiki Endo
2f8caf5818 Release 2.45.9 2024-11-30 00:43:12 +09:00
Taiki Endo
e40b8ce48c Update cargo-tarpaulin@latest to 0.31.3 2024-11-30 00:12:11 +09:00
Taiki Endo
40d58ef19c Update cargo-binstall@latest to 1.10.15 2024-11-29 21:17:49 +09:00
Taiki Endo
ddaadeb897 Release 2.45.8 2024-11-29 00:13:20 +09:00
Taiki Endo
92fe43c476 Update cargo-deny@latest to 0.16.3 2024-11-29 00:12:21 +09:00
Taiki Endo
4954b85ec7 Update protoc@latest to 3.29.0 2024-11-28 09:37:13 +09:00
13 changed files with 378 additions and 33 deletions

View File

@@ -10,6 +10,58 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.46.3] - 2024-12-07
- Update `wasm-bindgen@latest` to 0.2.98.
## [2.46.2] - 2024-12-05
- Update `cargo-semver-checks@latest` to 0.37.0.
## [2.46.1] - 2024-12-04
- Update `protoc@latest` to 3.29.1.
## [2.46.0] - 2024-12-04
- Improve robustness of `cargo-binstall` fallback. ([#556](https://github.com/taiki-e/install-action/pull/556))
## [2.45.15] - 2024-12-03
- Update `typos@latest` to 1.28.2.
## [2.45.14] - 2024-12-02
- Update `dprint@latest` to 0.47.6.
## [2.45.13] - 2024-11-30
- Update `cargo-udeps@latest` to 0.1.53.
## [2.45.12] - 2024-11-30
- Update `wasm-bindgen@latest` to 0.2.97.
## [2.45.11] - 2024-11-30
- Update `cargo-zigbuild@latest` to 0.19.5.
## [2.45.10] - 2024-11-30
- Update `wasm-bindgen@latest` to 0.2.96.
## [2.45.9] - 2024-11-29
- Update `cargo-tarpaulin@latest` to 0.31.3.
- Update `cargo-binstall@latest` to 1.10.15.
## [2.45.8] - 2024-11-28
- Update `cargo-deny@latest` to 0.16.3.
- Update `protoc@latest` to 3.29.0.
## [2.45.7] - 2024-11-27
- Update `cargo-nextest@latest` to 0.9.85.
@@ -3122,7 +3174,19 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.7...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.46.3...HEAD
[2.46.3]: https://github.com/taiki-e/install-action/compare/v2.46.2...v2.46.3
[2.46.2]: https://github.com/taiki-e/install-action/compare/v2.46.1...v2.46.2
[2.46.1]: https://github.com/taiki-e/install-action/compare/v2.46.0...v2.46.1
[2.46.0]: https://github.com/taiki-e/install-action/compare/v2.45.15...v2.46.0
[2.45.15]: https://github.com/taiki-e/install-action/compare/v2.45.14...v2.45.15
[2.45.14]: https://github.com/taiki-e/install-action/compare/v2.45.13...v2.45.14
[2.45.13]: https://github.com/taiki-e/install-action/compare/v2.45.12...v2.45.13
[2.45.12]: https://github.com/taiki-e/install-action/compare/v2.45.11...v2.45.12
[2.45.11]: https://github.com/taiki-e/install-action/compare/v2.45.10...v2.45.11
[2.45.10]: https://github.com/taiki-e/install-action/compare/v2.45.9...v2.45.10
[2.45.9]: https://github.com/taiki-e/install-action/compare/v2.45.8...v2.45.9
[2.45.8]: https://github.com/taiki-e/install-action/compare/v2.45.7...v2.45.8
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
[2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6
[2.45.5]: https://github.com/taiki-e/install-action/compare/v2.45.4...v2.45.5

View File

@@ -46,6 +46,7 @@ runs:
INPUT_TOOL: ${{ inputs.tool }}
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
if: runner.os != 'Windows'
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
@@ -53,4 +54,5 @@ runs:
INPUT_TOOL: ${{ inputs.tool }}
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
if: runner.os == 'Windows'

View File

@@ -826,6 +826,9 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
info "install-action does not support ${unsupported_tools[*]}; fallback to cargo-binstall"
IFS=$'\n\t'
install_cargo_binstall
if [[ -z "${GITHUB_TOKEN:-}" ]] && [[ -n "${DEFAULT_GITHUB_TOKEN:-}" ]]; then
export GITHUB_TOKEN="${DEFAULT_GITHUB_TOKEN}"
fi
# By default, cargo-binstall enforce downloads over secure transports only.
# As a result, http will be disabled, and it will also set
# min tls version to be 1.2

View File

@@ -22,32 +22,32 @@
},
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": {
"version": "1.10.14"
"version": "1.10.15"
},
"1.10.14": {
"1.10.15": {
"x86_64_linux_musl": {
"etag": "0x8DD0B84B02EDDEC",
"checksum": "e1a045ccac90f4a18cb5e9bd79fe5016d50edba16242a767dbcf4a07d4de040e"
"etag": "0x8DD106813D3D480",
"checksum": "f333f552699e76e8fe570da6fb928c273c0c2d14e0955f6b79f7f59eb932ba73"
},
"x86_64_macos": {
"etag": "0x8DD0B842EA0757C",
"checksum": "79db7b7677916d04e91537eabb381cac6f850ad626ac9f9a4a98bb04af033123"
"etag": "0x8DD10679D527CA5",
"checksum": "3ed0f522bb26d7db0daa05ee72707b5b410d1764740a67fe2ca7bb8ff6901278"
},
"x86_64_windows": {
"etag": "0x8DD0B84FEDF1757",
"checksum": "a7c112428da6b384356e564889164ec4e24071885730139a76c5271a85273b55"
"etag": "0x8DD1068D66EC65B",
"checksum": "d089cb43dcfbc6b2693e2ddf31f8b36694f02902ccedd8ad182482740fc5bc90"
},
"aarch64_linux_musl": {
"etag": "0x8DD0B84329F3056",
"checksum": "845998eec64a373f92c95c1236219b8a192a2a833817122d1b2bf36af25668f0"
"etag": "0x8DD106793C8D47F",
"checksum": "b44c167a2520701f1888e03d7b7355617926278e24e792eeb264333e94b6ae5a"
},
"aarch64_macos": {
"etag": "0x8DD0B84612A05D7",
"checksum": "a0e0c7d7bfa0e18c89047ae8f095dfe2eb3d6947125733383203055c1bb2211b"
"etag": "0x8DD10683834D30E",
"checksum": "0afb56acd834d7b0bc9a5293963da04abe48923d90f374bed98068b313a48f2c"
},
"aarch64_windows": {
"etag": "0x8DD0B851F4EEC37",
"checksum": "ce00a1ef088b2441d78dd02053225b958ca4c9dccf40c427405c63bf471e00c1"
"etag": "0x8DD1068923353C5",
"checksum": "03e19dad753e5a2cfd8ada57e55c05e9aabc839a54ae52b01c34a092e12bbf60"
}
}
}

View File

@@ -24,10 +24,32 @@
},
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.16.2"
"version": "0.16.3"
},
"0.16": {
"version": "0.16.2"
"version": "0.16.3"
},
"0.16.3": {
"x86_64_linux_musl": {
"etag": "0x8DD0FB031A91E34",
"checksum": "2677a6184fdf3f77cb5de03d52a90eef15a8de3016cdf56289ce2d6be39a85cd"
},
"x86_64_macos": {
"etag": "0x8DD0FB036910CFB",
"checksum": "dcc4707578c97f822f0374ca2c6c77ac2bdd2ca80bdd3f67f735f6a75db47379"
},
"x86_64_windows": {
"etag": "0x8DD0FB09AC6BFDB",
"checksum": "18a3749546d54a8d3b9c71d87ec5b4c1d1724a5de9586c8f061ed8ea43060a45"
},
"aarch64_linux_musl": {
"etag": "0x8DD0FB03FB69CB1",
"checksum": "192a3e46d333555b7fe278ab26c4ebca69217aab1d850d3db49a300f7199d94d"
},
"aarch64_macos": {
"etag": "0x8DD0FB027C16683",
"checksum": "35bdf7a2321eeb9c3ef6b7ef448143c0d44dc2c1864683d45e9be24a6c848183"
}
},
"0.16.2": {
"x86_64_linux_musl": {

View File

@@ -16,7 +16,28 @@
},
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.36.0"
"version": "0.37.0"
},
"0.37": {
"version": "0.37.0"
},
"0.37.0": {
"x86_64_linux_musl": {
"etag": "0x8DD14E07F8767A6",
"checksum": "cb6daf6a3977c7b36356236534716c7d2e9e63bcf78eecfe3df4142213029cfc"
},
"x86_64_macos": {
"etag": "0x8DD14E0814E4156",
"checksum": "03b79de998132617245ebd0111bcc767c192f0653834cb34645e62f27248b574"
},
"x86_64_windows": {
"etag": "0x8DD14E13C83131B",
"checksum": "e950eb36af127607fdc05844f116014dda0a2cbe2718a7f85f82fe7b79c2265e"
},
"aarch64_macos": {
"etag": "0x8DD14E092AB25AE",
"checksum": "e20ddfa756eff8eee87cc3b5efe9dd30b1640e0bff94be8808fc5020c921aad1"
}
},
"0.36": {
"version": "0.36.0"

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"latest": {
"version": "0.31.2"
"version": "0.31.3"
},
"0.31": {
"version": "0.31.2"
"version": "0.31.3"
},
"0.31.3": {
"x86_64_linux_musl": {
"etag": "0x8DD10875FE4FC45",
"checksum": "405326d49e27ae21e11cbf233d8b4f617c010e6c2b0a69700afb8080639c4e98"
},
"x86_64_macos": {
"etag": "0x8DD1087002A0C02",
"checksum": "a906e48e91a1c550d77354e363c086ee424d25e9d426df10d0e2fbfbc83135b7"
},
"x86_64_windows": {
"etag": "0x8DD10877A55779E",
"checksum": "a1de43f98aa5ccff1bc277ec884fe9fd9d6a62a9c21b8fe2101674cfedaa1870"
},
"aarch64_linux_musl": {
"etag": "0x8DD10873074ABA6",
"checksum": "dd7f030e29535cf461e4c039e41934f47db44fd5c669be599bd58340f5cced8f"
},
"aarch64_macos": {
"etag": "0x8DD1086F4765747",
"checksum": "fe9d5557c3b5367738b0de441f6df5f29e547e67921fd888431b2324f68cad49"
}
},
"0.31.2": {
"x86_64_linux_musl": {

View File

@@ -32,10 +32,36 @@
},
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
"latest": {
"version": "0.1.52"
"version": "0.1.53"
},
"0.1": {
"version": "0.1.52"
"version": "0.1.53"
},
"0.1.53": {
"x86_64_linux_musl": {
"etag": "0x8DD114D5A5A8296",
"checksum": "e2c63bf95583a772160eca65192cd128964e1e52f9d5b4a2fd13dd15f76c6e54"
},
"x86_64_macos": {
"etag": "0x8DD114CF9424905",
"checksum": "06f44833a4194a7b833e60dda9d7b874c1298bb82d42e2bbbd3ee995fbac31ff"
},
"x86_64_windows": {
"etag": "0x8DD114DBAF20DB1",
"checksum": "83bfad645d73ae39260cc9db70796a7295bebf05958b727355c008db3ae642fd"
},
"aarch64_linux_musl": {
"etag": "0x8DD114D575FB734",
"checksum": "d7b68b0f65afbb708870549bf5b8688b15d24c9804f4d54650ec91c92e841208"
},
"aarch64_macos": {
"etag": "0x8DD114CFAC8B8CC",
"checksum": "2f260756a44e603d72e2e68fcc41f0337ca284218b7efbe3862f5c73ba1a15fc"
},
"aarch64_windows": {
"etag": "0x8DD114DBBC22F55",
"checksum": "714b4b76b0dd950c3b42a472d2b11de744118636bbde46f8587aed3dcab20809"
}
},
"0.1.52": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
"latest": {
"version": "0.19.4"
"version": "0.19.5"
},
"0.19": {
"version": "0.19.4"
"version": "0.19.5"
},
"0.19.5": {
"x86_64_linux_musl": {
"etag": "0x8DD10EB499E98B9",
"checksum": "3d4baf2a9067e13577a31623f9fa628c6415caea188591dca48aa378783e3913"
},
"x86_64_windows": {
"etag": "0x8DD10EAE6228CF5",
"checksum": "589254e208526d901d2193f4470a14241ad636a35df60bfeb35058e93e2e0d1c"
},
"aarch64_linux_musl": {
"etag": "0x8DD10EA7C976517",
"checksum": "0715fcfb3881a51e2e663f176c4ba6ba8c3f9a7a346668cc5b957d237ad4d401"
},
"aarch64_macos": {
"etag": "0x8DD10EC07B2E36C",
"checksum": "ecc421030d2db57d4e4bd2a29904243c9f59920e2634a0d2e9480ea4dedb00e5"
},
"aarch64_windows": {
"etag": "0x8DD10EAF12FE9A3",
"checksum": "abd4b87c1b22ed02df55b166fc86ab5269a16c3186f99786c4663fb64dfeea7e"
}
},
"0.19.4": {
"x86_64_linux_musl": {

26
manifests/dprint.json generated
View File

@@ -25,10 +25,32 @@
},
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
"latest": {
"version": "0.47.5"
"version": "0.47.6"
},
"0.47": {
"version": "0.47.5"
"version": "0.47.6"
},
"0.47.6": {
"x86_64_linux_musl": {
"etag": "0x8DD1261B07EEDD9",
"checksum": "ab0cd8c86d224b51371bb0a5c50418376b153a643d024022977e4d72cad529e6"
},
"x86_64_macos": {
"etag": "0x8DD1261B086AD4F",
"checksum": "b54950d447e0d17fcc2732bf99928503deb39b5b764e5b33995449bf6059c857"
},
"x86_64_windows": {
"etag": "0x8DD1261B0758292",
"checksum": "0c9abe671652b8da61227b92b0bc038b1e938367fa3d7a9fa3ba523d515d4a9a"
},
"aarch64_linux_musl": {
"etag": "0x8DD1261B07FB056",
"checksum": "221aaecc5e71d73591b226377064a33b4d15a5aae6788ef11c99a4da540a095d"
},
"aarch64_macos": {
"etag": "0x8DD1261B07FD733",
"checksum": "4f33c24141a19638ab045fe5e95654ff0ef8db29949e145d28ea3cc5b088a042"
}
},
"0.47.5": {
"x86_64_linux_musl": {

61
manifests/protoc.json generated
View File

@@ -3,10 +3,67 @@
"template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": {
"version": "3.28.3"
"version": "3.29.1"
},
"3": {
"version": "3.28.3"
"version": "3.29.1"
},
"3.29": {
"version": "3.29.1"
},
"3.29.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-linux-x86_64.zip",
"etag": "0x8DD1480BBF9D305",
"checksum": "00c83fe9722d85e96c81b941b29f17a744b33b4ce66e0f18009fd8937de22c60"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-osx-x86_64.zip",
"etag": "0x8DD1480BC5A98F7",
"checksum": "db02b4b86de4d4cced3ea9934347da28dc95e7f38863ffc4ce3cc26283028da6"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-win64.zip",
"etag": "0x8DD1480BC7E259D",
"checksum": "7ea48225857ffc1224588c335c2b1af9d78a18af9d57c0528cca3193e336e9ce"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-linux-aarch_64.zip",
"etag": "0x8DD1480BBA1B5ED",
"checksum": "1f74a3f3355de7c0666bc125611c13532c2598f853521d0d3e621a5b09f24799"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protoc-29.1-osx-aarch_64.zip",
"etag": "0x8DD1480BC10012F",
"checksum": "b8fd5976926198a7c4ea5c6eb4bf78959d5faed27bfc618254caa1043f770445"
}
},
"3.29.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-linux-x86_64.zip",
"etag": "0x8DD0F12DA2E2AC7",
"checksum": "3c51065af3b9a606d9e18a1bf628143734ff4b9e69725d6459857430ba7a78df"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-osx-x86_64.zip",
"etag": "0x8DD0F12DA708E6E",
"checksum": "e7a1cffc82e21daa67833011449c70ddff1eba3b115934387e6e8141efab092f"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-win64.zip",
"etag": "0x8DD0F12DA99932D",
"checksum": "d03b9219858b8a4ca88063b78bf0a5cde73b51808b930c4b66f06e8482c3abe6"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-linux-aarch_64.zip",
"etag": "0x8DD0F12D9CACFB2",
"checksum": "305f1be5ae7b2f39451870b312b45c1e0ba269901c83ba16d85f9f9d1441b348"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-osx-aarch_64.zip",
"etag": "0x8DD0F12DA3B893D",
"checksum": "b2b59f03b030c8a748623d682a8b5bc9cc099e4bcfd06b8964ce89ec065b3103"
}
},
"3.28": {
"version": "3.28.3"

24
manifests/typos.json generated
View File

@@ -16,13 +16,31 @@
},
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": {
"version": "1.28.1"
"version": "1.28.2"
},
"1": {
"version": "1.28.1"
"version": "1.28.2"
},
"1.28": {
"version": "1.28.1"
"version": "1.28.2"
},
"1.28.2": {
"x86_64_linux_musl": {
"etag": "0x8DD12EA634C9F87",
"checksum": "d06f2be394a828e2b9e429c6053b943974e2a7134ec8cbac3ad1f65c18c75970"
},
"x86_64_macos": {
"etag": "0x8DD12EA7D3ED94E",
"checksum": "c560fa1c63a78ba494a4a9b5618ee16fbbb4a0a9a442cf2e7a668d84627b0c74"
},
"x86_64_windows": {
"etag": "0x8DD12EAACE9FFF7",
"checksum": "c1323d79bbe632d343c1a99cc6fac4c9f89556318d98a7700cee8db6d7aad83b"
},
"aarch64_macos": {
"etag": "0x8DD12EA8380DF76",
"checksum": "69f1f16509fba0c1c87fe3af03a663db18e9a5ead16595f6f278ccd129a2631d"
}
},
"1.28.1": {
"x86_64_linux_musl": {

View File

@@ -44,10 +44,76 @@
},
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.2.95"
"version": "0.2.98"
},
"0.2": {
"version": "0.2.95"
"version": "0.2.98"
},
"0.2.98": {
"x86_64_linux_musl": {
"etag": "0x8DD1652CA2153BA",
"checksum": "2e0d738c4ac0189d9d16c9872e6450cb187f3c91b06a5d3d86911711b6039c2b"
},
"x86_64_macos": {
"etag": "0x8DD1652CA22B1BA",
"checksum": "d55cab583cfbfa6bbb04e580c61061ee4060f04a2f36713fe1c02f0875350240"
},
"x86_64_windows": {
"etag": "0x8DD1652CA28C568",
"checksum": "593a0dfaf84f44ca2bc9bd627097871655150c6498ababa6dc99facb32343536"
},
"aarch64_linux_gnu": {
"etag": "0x8DD1652CA28EC50",
"checksum": "15831c110eadddb58401bdbccce99bb7543c80dfad1df9e195f14d67b71c3b38"
},
"aarch64_macos": {
"etag": "0x8DD1652CAA4BD10",
"checksum": "defb0d78222de67b937ea6c99cd434f0dd2ce84dbde38043d2b7b56115f975a3"
}
},
"0.2.97": {
"x86_64_linux_musl": {
"etag": "0x8DD11196AD36110",
"checksum": "673526c9068e9bb077aead57da8343fc6d9c352b47ab6143d0b22d1756645a5a"
},
"x86_64_macos": {
"etag": "0x8DD11196AC7D54F",
"checksum": "f7d4b442775b73901939f771a9cba10a146d3cfb2a57162b00232d742c5febbf"
},
"x86_64_windows": {
"etag": "0x8DD11196AC95A39",
"checksum": "821d9c05123c136eb05aab269fd53ff3a6b9458e93f76e5ade43ca4815f6de1c"
},
"aarch64_linux_gnu": {
"etag": "0x8DD11196AD5CF56",
"checksum": "b2a52ac554e13d731a5d3ff93e6b3d1e080f96d6984da4132b461bea62bb6914"
},
"aarch64_macos": {
"etag": "0x8DD11196AD90003",
"checksum": "2219ad5dbb6277ebf55bcf5a9e62de203ca875d4b743d1c10160e801a3dcaf69"
}
},
"0.2.96": {
"x86_64_linux_musl": {
"etag": "0x8DD1096BF3F0AA9",
"checksum": "02c8b95c9fa05d2d8352cfecc8ad4d1c6fbe360b1c9675c61c8980e44d6b4eee"
},
"x86_64_macos": {
"etag": "0x8DD1096BF3AF095",
"checksum": "7176d206acaaee0461f40ca766418dc8bbdf5f8f025c2befcee92bb56d19db19"
},
"x86_64_windows": {
"etag": "0x8DD1096BF42D6F4",
"checksum": "c80991f93427a46d43fc540a6e1ecf318f563f2e2d9b28bd57322997fbb16bc4"
},
"aarch64_linux_gnu": {
"etag": "0x8DD1096BF4041CE",
"checksum": "53e9990a3fdfc9d2f146a2006c09a312d7f9445a6b838c61db9fc037f9cbb840"
},
"aarch64_macos": {
"etag": "0x8DD1096BF426248",
"checksum": "56a40291db5ec946be91ca4dd9ecd3b0f35e090a251359407e219d12c2083f5c"
}
},
"0.2.95": {
"x86_64_linux_musl": {