mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dffe80556 | ||
|
|
e457db4f82 | ||
|
|
074945411c | ||
|
|
67c42c4d66 | ||
|
|
970ef54dac | ||
|
|
51cabaaea7 | ||
|
|
881b2e1104 | ||
|
|
cd1316b395 | ||
|
|
ecdc23edca | ||
|
|
86839ae13e | ||
|
|
717ed1cb83 | ||
|
|
7372d84025 | ||
|
|
e17a4e247d | ||
|
|
e3e012710e | ||
|
|
cf31de7dc9 | ||
|
|
d5a57f1f97 | ||
|
|
af393be830 | ||
|
|
da7b09811a | ||
|
|
f0940d272d | ||
|
|
6a6032c8d2 | ||
|
|
7dcb31b803 | ||
|
|
9546f7a9e6 | ||
|
|
e6605310f9 | ||
|
|
dd34dd71c2 | ||
|
|
bee85d7ea7 | ||
|
|
d342979ad8 | ||
|
|
1f501f091c | ||
|
|
a41a131e83 | ||
|
|
02279cb6b1 | ||
|
|
eadff460de | ||
|
|
e07d1180e7 | ||
|
|
9f9bf5e8df | ||
|
|
bc7e486117 |
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -7,3 +7,10 @@ updates:
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ''
|
||||
labels: []
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
- main
|
||||
- dev
|
||||
schedule:
|
||||
- cron: '0 0,6,12,18 * * *'
|
||||
- cron: '0 0,3,6,9,12,15,18,21 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
|
||||
- name: Create PR
|
||||
id: create-pull-request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
title: Update manifest
|
||||
body: |
|
||||
|
||||
69
CHANGELOG.md
69
CHANGELOG.md
@@ -10,6 +10,60 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.26.16] - 2024-02-08
|
||||
|
||||
- Update `wasmtime@latest` to 17.0.1.
|
||||
|
||||
- Update `syft@latest` to 0.104.0.
|
||||
|
||||
## [2.26.15] - 2024-02-07
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.5.
|
||||
|
||||
## [2.26.14] - 2024-02-07
|
||||
|
||||
- Update `mdbook@latest` to 0.4.37.
|
||||
|
||||
## [2.26.13] - 2024-02-05
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.11.
|
||||
|
||||
## [2.26.12] - 2024-02-04
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.6.2.
|
||||
|
||||
## [2.26.11] - 2024-02-03
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.17.
|
||||
|
||||
## [2.26.10] - 2024-02-02
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.9.
|
||||
|
||||
## [2.26.9] - 2024-02-01
|
||||
|
||||
- Update `syft@latest` to 0.103.1.
|
||||
|
||||
## [2.26.8] - 2024-01-31
|
||||
|
||||
- Update `osv-scanner@latest` to 1.6.2.
|
||||
|
||||
## [2.26.7] - 2024-01-26
|
||||
|
||||
- Update `syft@latest` to 0.102.0.
|
||||
|
||||
## [2.26.6] - 2024-01-26
|
||||
|
||||
- Update `wasmtime@latest` to 17.0.0.
|
||||
|
||||
## [2.26.5] - 2024-01-25
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.4.
|
||||
|
||||
## [2.26.4] - 2024-01-25
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.8.
|
||||
|
||||
## [2.26.3] - 2024-01-24
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.10.
|
||||
@@ -1687,7 +1741,20 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.3...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.16...HEAD
|
||||
[2.26.16]: https://github.com/taiki-e/install-action/compare/v2.26.15...v2.26.16
|
||||
[2.26.15]: https://github.com/taiki-e/install-action/compare/v2.26.14...v2.26.15
|
||||
[2.26.14]: https://github.com/taiki-e/install-action/compare/v2.26.13...v2.26.14
|
||||
[2.26.13]: https://github.com/taiki-e/install-action/compare/v2.26.12...v2.26.13
|
||||
[2.26.12]: https://github.com/taiki-e/install-action/compare/v2.26.11...v2.26.12
|
||||
[2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11
|
||||
[2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10
|
||||
[2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9
|
||||
[2.26.8]: https://github.com/taiki-e/install-action/compare/v2.26.7...v2.26.8
|
||||
[2.26.7]: https://github.com/taiki-e/install-action/compare/v2.26.6...v2.26.7
|
||||
[2.26.6]: https://github.com/taiki-e/install-action/compare/v2.26.5...v2.26.6
|
||||
[2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5
|
||||
[2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4
|
||||
[2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3
|
||||
[2.26.2]: https://github.com/taiki-e/install-action/compare/v2.26.1...v2.26.2
|
||||
[2.26.1]: https://github.com/taiki-e/install-action/compare/v2.26.0...v2.26.1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
resolver = "2"
|
||||
members = ["tools/codegen"]
|
||||
|
||||
# This table is shared by projects under https://github.com/taiki-e.
|
||||
# This table is shared by projects under github.com/taiki-e.
|
||||
# It is not intended for manual editing.
|
||||
[workspace.lints.rust]
|
||||
improper_ctypes = "warn"
|
||||
|
||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.6.1"
|
||||
"version": "1.6.2"
|
||||
},
|
||||
"1.6.1": {
|
||||
"1.6.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "5f90b39e01a21a5a2e4e9c4126638c604f3a9ea64db67b0499bd1ad63f437c71"
|
||||
"checksum": "6ba2d71e8594a65f2f1aa52d000b0527e03d0ebeeb6b947ecd1e41dacd04e0d6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "81e2f6df16090fb3b06408a1cd64580a0c9e78bbee3a4d6fcd6f14b698312231"
|
||||
"checksum": "7e78bf5000d0dc887efc00eba67bde829c3daed065e46a160ae5ab0fd0f81256"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2a04ae6aa6959dd89c5e795b153549fa7eb8c9d55c049fdb60a608a3e2d2c21a"
|
||||
"checksum": "66ae32e2e92e094552dc4eb2cfb8a6ec204e6b77e38592e5ec7fd36b89b06e6f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "a0a59b486bc0ef731c724cb0d5724bbd79e2ee364318d49ad520788d77e7652a"
|
||||
"checksum": "62185b07feadb51f6bf865a54c452e0716d51fdca053de619a418b4b3fc1a4e6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1a91f029c8fab7977093051fc2893a716ebf1736499ffcb865a8fde6db380cf0"
|
||||
"checksum": "7dc88979d33bdaa4ba7cf1ec9e75e176fdaae353beefdb3aab507d2e78a47fbe"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "5849f4f2aa76c5d2dff76c83b86b02f0f0d9b34e019e09f89391a4c86e785177"
|
||||
"checksum": "9b2c12366d9c7944d9839658fccfe7d1008f838e026bd0f4ab766fec468d1246"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
manifests/cargo-deny.json
generated
18
manifests/cargo-deny.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.10"
|
||||
"version": "0.14.11"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.10"
|
||||
"version": "0.14.11"
|
||||
},
|
||||
"0.14.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "081c69a65d59d6b1a033f051f9a8f0fdd824f6ca69d77ee8c575747ca6fd7fc7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "68662d271818b20fa33debfd5e8654ec06cbcc9ab33453983cacaca60aba1c87"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "c3677a78efdbbbecabb16e6c70925f224891ff4cf79368ecf6310db45705c22c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "c266875533d3d92647a2f1ffda5f6a04c911dd9092025a556bf217b2e3d90bdc"
|
||||
}
|
||||
},
|
||||
"0.14.10": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/cargo-hack.json
generated
30
manifests/cargo-hack.json
generated
@@ -2,10 +2,36 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.16"
|
||||
"version": "0.6.17"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.16"
|
||||
"version": "0.6.17"
|
||||
},
|
||||
"0.6.17": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "139e31f95ee122cc6937386758491d15668c3c4e54ef7de1055e3b1b0a53be8e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "57cfa14d6de673828c03df95adf8c25a23cd3ac4f586466e09661049175dad02"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "c0c279c240359b18d05619d5ec1cb0bec0c834c3f1700d9676675977a33b183e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "b9a6a1d12e2967885276be7a548bfd00508b12648a3f1cfae08b0516b917f417"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "e9fe200729ceab30c30ae45104356caf867821477669270d2499ab8ea54d5770"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "5deff267fa443016285ca9d8846b033af089f0a49f211eaa16bcdd9e5cb65395"
|
||||
}
|
||||
},
|
||||
"0.6.16": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
38
manifests/cargo-llvm-cov.json
generated
38
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,44 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.3"
|
||||
"version": "0.6.5"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.3"
|
||||
"version": "0.6.5"
|
||||
},
|
||||
"0.6.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c195a8f4fed924beb969ecae324a278db011e7a3877a6495a1d3701cdddbb3d4"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "934294f33e41d5cb787f7e9ad4fa4a40551281b0ab6e6ff58adc1b16cb12e60b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f55f9fe3a5cb5258fb5927b4b9b99899dd5b7b3233570ba31b5212d46ab12825"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "1af0ebd20c858e03599ff1c7ded0a95a506653bd88efccff00088b7d3de9a173"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "954c61e2d2ea2ca60e2562b93d166f43b05243cd8aaf5b0a341f06af62531125"
|
||||
}
|
||||
},
|
||||
"0.6.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "ce41260f7359695a471a936ff8f101334918dda52cc9860ac2bda9c2ed2b72a1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "aa0d329125318a2eeb082131eac7109be7c31adc093da790a7b98dc5da80a777"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "617c4bc210609392b342117d295ded9d5931399e6e767be0f388c4ab605a2c67"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "a57681b63815c2cfa7113854eb95e234575d974d3065f4533512b1163ed2de18"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0649b4240ec2d4d0987f43f490c91dfd75a3212007189e051de9a43e3898c683"
|
||||
}
|
||||
},
|
||||
"0.6.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/cargo-make.json
generated
32
manifests/cargo-make.json
generated
@@ -19,10 +19,38 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.37.7"
|
||||
"version": "0.37.9"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.7"
|
||||
"version": "0.37.9"
|
||||
},
|
||||
"0.37.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f41cfe97b38bb30c2973d1ea3f327fb3bee0ab67de0a9aac9ea894895e45eb55"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f95913ba9a0d1497f3fd7177943fee1bceaa445a35b53fca7333fa98c2b78759"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "4d4c45546402e6edf387348f9e83281cc1415b0990c69a31a4462a81b43b8835"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "4dcef5b4d87d5cb6331cc4d9fbb6c855cd9ecaf86be54b91fba99f22795cfcfd"
|
||||
}
|
||||
},
|
||||
"0.37.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e7c5b4a7555eef6151a020dea810035c95891fc46cc0a8abbf1451f2136d105a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "4f59bd699892dd0d29b23ebd6f95589b9afa241003e0147a6bf1076784d40a07"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "fc8005ec4086ef3ad812ad1b889576ae972df44856bd77f16c157ec222eb1d5a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "b92471448a78c74c7b9563bcf45b2b047d7d8f311082fad5c6a02b34b3a20d19"
|
||||
}
|
||||
},
|
||||
"0.37.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
18
manifests/mdbook.json
generated
18
manifests/mdbook.json
generated
@@ -18,10 +18,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.36"
|
||||
"version": "0.4.37"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.36"
|
||||
"version": "0.4.37"
|
||||
},
|
||||
"0.4.37": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d59f83c4cf9626787336684936c56e01a9511272cc2e541f7cc9455d43fff1c1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "4cc0133122a263a50116235c82ebc9d14b36cd7c0d223aeb5805ba7e6fcd788b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "99a61a99a2529188854c1a2719b1849d92cce0509e6241d11b408fda9e5ba2d9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "23b198e0538a9e0689c41b41060c1fc299e834a2b8a68b7409b4e3f68be059ec"
|
||||
}
|
||||
},
|
||||
"0.4.36": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/osv-scanner.json
generated
26
manifests/osv-scanner.json
generated
@@ -21,13 +21,33 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.6.1"
|
||||
"version": "1.6.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.6.1"
|
||||
"version": "1.6.2"
|
||||
},
|
||||
"1.6": {
|
||||
"version": "1.6.1"
|
||||
"version": "1.6.2"
|
||||
},
|
||||
"1.6.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "b8440f451509ea4a4f12b363352659e7c37718d8e170d537ffdd481b031cfd41"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "07cd355aa9b0bc3b1013b9e053cf79ebadfe51d48337707194d39807293d79c8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2bccba4c1b97906ec9dab4307d2ec701c5636f786e073707880ba91e57a71923"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "57821f223373d259469d5d08bd7710cd228e7c056aaa5ab70045ba3f9d32c991"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "646bf2564680ef776de5478ec5fd34f2ed3f945345d16aa01f64e388fa40c9d6"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "060270c5499d51890f97812ef92e751b7243e0a76503376d860d083712f62a7d"
|
||||
}
|
||||
},
|
||||
"1.6.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
62
manifests/syft.json
generated
62
manifests/syft.json
generated
@@ -23,7 +23,67 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.101.1"
|
||||
"version": "0.104.0"
|
||||
},
|
||||
"0.104": {
|
||||
"version": "0.104.0"
|
||||
},
|
||||
"0.104.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "b988b2eacbabfaf95a2e47d149bbda94da1c9b7cfe990c262f4ccd6f26268d6a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "22d4c845d418fada99bc59e9941c1a7abebbcf95fd4c34f0cfa3b032c9472273"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b356067854b097ee366f390445615ba50c99ec612e59bcf1ec4596f4aed79d71"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "788fde49184c0a26003b23abb8ad95b6708110ffd833b8e0e59d66baca0566ab"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a148c0de98f664af06c2dfdc0a3169f55f9432dc2c829fccaa268763dccc3081"
|
||||
}
|
||||
},
|
||||
"0.103": {
|
||||
"version": "0.103.1"
|
||||
},
|
||||
"0.103.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d128c3fbd86816e8c6f69df436b18a780a2b5d19f020c47a508ec2a2e88bef0b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "5f0d8fdec61b2f81fa1974416b37bf80740bd1d83f06b55e7defca41558ee3f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "fd2204b44cbadbc84af50740b0005341c269420ec8c234f51250ea4c0b1a02e9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "4d424a5f3d9754e00fc1e374b493e22ee5da590ebcde29d02cef1013671cf28b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "462d637405ebb02d49b03dd888dd4a7bca6a3efd2e4cef73a43111b1e4cbdf8e"
|
||||
}
|
||||
},
|
||||
"0.102": {
|
||||
"version": "0.102.0"
|
||||
},
|
||||
"0.102.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "35f52d22745fb9a60fd7023e9faf5088a9dd506de11a9e20bf8a73d9f8a2cadf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "0aa08966ff4d46becdc7cbeadac858e4a6787e6bcc22994fd489338094bdddf3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "70391850bc8c6bf9ccea5d67d2437217eaaa2303bfb34c9cea3b32231cbdae46"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "9e55e48c89fe122452e175f0b769318e29585e079567c518781dd25a2af9f51e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "16fcf55432dd04ab7bd553a32a04d73bccee9852fa3aecffe14012fe1a1f8764"
|
||||
}
|
||||
},
|
||||
"0.101": {
|
||||
"version": "0.101.1"
|
||||
|
||||
62
manifests/wasmtime.json
generated
62
manifests/wasmtime.json
generated
@@ -2,7 +2,67 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "16.0.0"
|
||||
"version": "17.0.1"
|
||||
},
|
||||
"17": {
|
||||
"version": "17.0.1"
|
||||
},
|
||||
"17.0": {
|
||||
"version": "17.0.1"
|
||||
},
|
||||
"17.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-linux.tar.xz",
|
||||
"checksum": "2d9ac9d37cf4e57a2d9cbe02f866e87d5d50600bed6268120b99b03281c428f4",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-macos.tar.xz",
|
||||
"checksum": "9307d655b7e783d0bcaa22c5d48a8e38f20be367e9eabdc2dbefa120cb082eb9",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-windows.zip",
|
||||
"checksum": "b8b3ddb454094bf24ea83ea7f9d2c1cca35d4519c35a02085f4b73fc0f67b84f",
|
||||
"bin": "wasmtime-v17.0.1-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-linux.tar.xz",
|
||||
"checksum": "2a6f5f4118eb5558d3d78672082293ea86622561cea18368e37cc7950eeb9a5b",
|
||||
"bin": "wasmtime-v17.0.1-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-macos.tar.xz",
|
||||
"checksum": "29b0f9e0c949c9e5147ebd74dbc537f2f1e9c7d3c6e9d06b80c95b4994da31be",
|
||||
"bin": "wasmtime-v17.0.1-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"17.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-linux.tar.xz",
|
||||
"checksum": "d419e5280b0bd28084b3586950a90904eb0ea1d77a44464e528365db25f30ff7",
|
||||
"bin": "wasmtime-v17.0.0-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-macos.tar.xz",
|
||||
"checksum": "20e7d1f18d4763d1ce59f844ba6195c6ec387b76fe94015e473934ef8d918cfd",
|
||||
"bin": "wasmtime-v17.0.0-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-windows.zip",
|
||||
"checksum": "bc0b837e258e2e7283da90edb9ffeaa7c3716d5b33c9a8c53d9baa957a687c8c",
|
||||
"bin": "wasmtime-v17.0.0-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-linux.tar.xz",
|
||||
"checksum": "2871ae8151e0f93363f16a6f1202561dc15b2b646e5b96a67456f1c8a67caab5",
|
||||
"bin": "wasmtime-v17.0.0-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-macos.tar.xz",
|
||||
"checksum": "4a3084e6a426246f2d9e54ea38c1a22418874b4f715d44a88e87668c05540785",
|
||||
"bin": "wasmtime-v17.0.0-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"version": "16.0.0"
|
||||
|
||||
@@ -13,7 +13,7 @@ serde_derive = "1"
|
||||
serde_json = "1"
|
||||
sha2 = "0.10"
|
||||
tar = "0.4"
|
||||
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }
|
||||
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
|
||||
ureq = { version = "2", features = ["json"] }
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -76,10 +76,10 @@ if [[ -n "${tags}" ]]; then
|
||||
fi
|
||||
# Update changelog.
|
||||
remote_url=$(grep -E '^\[Unreleased\]: https://' "${changelog}" | sed 's/^\[Unreleased\]: //; s/\.\.\.HEAD$//')
|
||||
before_tag="${remote_url#*/compare/}"
|
||||
prev_tag="${remote_url#*/compare/}"
|
||||
remote_url="${remote_url%/compare/*}"
|
||||
sed -i "s/^## \\[Unreleased\\]/## [Unreleased]\\n\\n## [${version}] - ${release_date}/" "${changelog}"
|
||||
sed -i "s#^\[Unreleased\]: https://.*#[Unreleased]: ${remote_url}/compare/${tag}...HEAD\\n[${version}]: ${remote_url}/compare/${before_tag}...${tag}#" "${changelog}"
|
||||
sed -i "s#^\[Unreleased\]: https://.*#[Unreleased]: ${remote_url}/compare/${tag}...HEAD\\n[${version}]: ${remote_url}/compare/${prev_tag}...${tag}#" "${changelog}"
|
||||
if ! grep -Eq "^## \\[${version//./\\.}\\] - ${release_date}$" "${changelog}"; then
|
||||
bail "failed to update ${changelog}"
|
||||
fi
|
||||
|
||||
@@ -91,6 +91,7 @@ if [[ -n "$(git ls-files '*.rs')" ]]; then
|
||||
error "please replace \`.cast()\` with \`.cast::<type_name>()\`:"
|
||||
echo "${cast_without_turbofish}"
|
||||
fi
|
||||
# Sync readme and crate-level doc.
|
||||
first='1'
|
||||
for readme in $(git ls-files '*README.md'); do
|
||||
if ! grep -q '^<!-- tidy:crate-doc:start -->' "${readme}"; then
|
||||
|
||||
Reference in New Issue
Block a user