mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Compare commits
99 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3eb205f88e | ||
|
|
fe9df5f2f4 | ||
|
|
fdefe3546d | ||
|
|
f8a83d1a5d | ||
|
|
a5f95fd592 | ||
|
|
3ef81fdf44 | ||
|
|
1946683e96 | ||
|
|
8e7c8b4092 | ||
|
|
568087808f | ||
|
|
cf2d7f1118 | ||
|
|
d502f7123e | ||
|
|
1793b9c55f | ||
|
|
5be08121a6 | ||
|
|
b339ca51f3 | ||
|
|
b09bcf095e | ||
|
|
4d40137a5e | ||
|
|
d846fde264 | ||
|
|
8984d603c2 | ||
|
|
a3fbae09a5 | ||
|
|
ecb7bdabac | ||
|
|
4c0a91f9bf | ||
|
|
3ed9916b54 | ||
|
|
2e4f8e70f5 | ||
|
|
bd4f144206 | ||
|
|
fa97effe86 | ||
|
|
6fda22a9da | ||
|
|
242f1c0c1a | ||
|
|
847de5f199 | ||
|
|
91af8c3881 | ||
|
|
5bb73c9d02 | ||
|
|
e7dd06a573 | ||
|
|
23b042cc33 | ||
|
|
4f8e32492b | ||
|
|
76dba218f0 | ||
|
|
98cdbf3892 | ||
|
|
ff0156accf | ||
|
|
51767789bc | ||
|
|
2236d17476 | ||
|
|
579410d204 | ||
|
|
926dfa0f55 | ||
|
|
681c09da0e | ||
|
|
5254148664 | ||
|
|
ce560962f0 | ||
|
|
7353c8fdc2 | ||
|
|
a6173a9cbc | ||
|
|
8251a6cd42 | ||
|
|
e605edc47e | ||
|
|
4f962f78e7 | ||
|
|
ca83797101 | ||
|
|
2f4c386a81 | ||
|
|
a511d919a4 | ||
|
|
1524d6c531 | ||
|
|
e29c07de36 | ||
|
|
da1493208a | ||
|
|
a5be44366e | ||
|
|
f34807f132 | ||
|
|
9e575ebcb2 | ||
|
|
d7f4e30ed1 | ||
|
|
c63cad0540 | ||
|
|
2f78626307 | ||
|
|
115b656342 | ||
|
|
280f69ff01 | ||
|
|
56ab7930c5 | ||
|
|
05362757df | ||
|
|
fea51d0937 | ||
|
|
d9c0950c1d | ||
|
|
6113acd188 | ||
|
|
181b17afd1 | ||
|
|
7cf4e2dacd | ||
|
|
9046b62ce9 | ||
|
|
26c60c661f | ||
|
|
a9ad291c84 | ||
|
|
8ec179f4d7 | ||
|
|
b59252d301 | ||
|
|
f71a178982 | ||
|
|
2a505d476c | ||
|
|
467662580f | ||
|
|
c9bdd59639 | ||
|
|
2b2d802813 | ||
|
|
599be4aaac | ||
|
|
0f9ab74041 | ||
|
|
1cb7ee8549 | ||
|
|
f4e81d0b8f | ||
|
|
bb006b6f1b | ||
|
|
9448815031 | ||
|
|
6fc7a8306e | ||
|
|
254997108a | ||
|
|
f8cedcbbda | ||
|
|
57fbff3bfb | ||
|
|
900d5c4607 | ||
|
|
2b8d4e021f | ||
|
|
3bce245790 | ||
|
|
26a2a392a9 | ||
|
|
00e0dd5497 | ||
|
|
a1f180f99a | ||
|
|
98a2b35a38 | ||
|
|
a5d02b8e9b | ||
|
|
09b05f94d5 | ||
|
|
14fbfa9056 |
@@ -5,7 +5,7 @@
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "organization-dictionary",
|
||||
"path": "./.github/.cspell/organization-dictionary.txt",
|
||||
"path": "https://raw.githubusercontent.com/taiki-e/github-actions/HEAD/.github/.cspell/organization-dictionary.txt",
|
||||
"addWords": true
|
||||
},
|
||||
{
|
||||
|
||||
182
.github/.cspell/organization-dictionary.txt
vendored
182
.github/.cspell/organization-dictionary.txt
vendored
@@ -1,182 +0,0 @@
|
||||
// This is a dictionary shared by projects under https://github.com/taiki-e.
|
||||
// It is not intended for manual editing.
|
||||
|
||||
endo
|
||||
taiki
|
||||
|
||||
// tool name and its configs or options
|
||||
asan
|
||||
cdylib
|
||||
cflags
|
||||
clippy
|
||||
codegen
|
||||
cranelift
|
||||
cxxflags
|
||||
dylib
|
||||
exitcode
|
||||
miri
|
||||
miriflags
|
||||
msan
|
||||
rlib
|
||||
rustc
|
||||
rustdoc
|
||||
rustdocflags
|
||||
rustflags
|
||||
rustfmt
|
||||
rustsec
|
||||
rustup
|
||||
staticlib
|
||||
tsan
|
||||
valgrind
|
||||
xcompile
|
||||
Zmiri
|
||||
|
||||
// Rust target triple/spec
|
||||
aarch
|
||||
amdgpu
|
||||
androideabi
|
||||
armeb
|
||||
armebv
|
||||
armv
|
||||
atmega
|
||||
bpfeb
|
||||
bpfel
|
||||
csky
|
||||
cuda
|
||||
eabi
|
||||
eabihf
|
||||
emscripten
|
||||
espidf
|
||||
fortanix
|
||||
gnuabi
|
||||
gnuabiv
|
||||
gnueabi
|
||||
gnueabihf
|
||||
gnullvm
|
||||
gnuspe
|
||||
gnux
|
||||
illumos
|
||||
imac
|
||||
libnx
|
||||
loongarch
|
||||
macabi
|
||||
mipsel
|
||||
mipsisa
|
||||
msvc
|
||||
muslabi
|
||||
musleabi
|
||||
musleabihf
|
||||
newlib
|
||||
newlibeabihf
|
||||
nvptx
|
||||
ohos
|
||||
openwrt
|
||||
relibc
|
||||
riscv
|
||||
softfloat
|
||||
sparcv
|
||||
spirv
|
||||
teeos
|
||||
thumbeb
|
||||
thumbebv
|
||||
thumbv
|
||||
tvos
|
||||
uclibc
|
||||
uclibceabi
|
||||
uclibceabihf
|
||||
uefi
|
||||
vxworks
|
||||
wasi
|
||||
watchos
|
||||
xous
|
||||
xtensa
|
||||
|
||||
// Rust other
|
||||
aclass
|
||||
acqrel
|
||||
alloc
|
||||
builtins
|
||||
bytecount
|
||||
canonicalize
|
||||
cfgs
|
||||
concat
|
||||
ctypes
|
||||
dealloc
|
||||
deque
|
||||
doctest
|
||||
doctests
|
||||
hasher
|
||||
idents
|
||||
impls
|
||||
inlateout
|
||||
intrinsics
|
||||
lateout
|
||||
libdir
|
||||
mclass
|
||||
memcpy
|
||||
msrv
|
||||
nand
|
||||
nanos
|
||||
nomem
|
||||
nonoverlapping
|
||||
noreturn
|
||||
nostack
|
||||
peekable
|
||||
powf
|
||||
punct
|
||||
rclass
|
||||
repr
|
||||
rfind
|
||||
rfold
|
||||
rposition
|
||||
rsplit
|
||||
rustlib
|
||||
seqcst
|
||||
simd
|
||||
splitn
|
||||
structs
|
||||
subsec
|
||||
supertrait
|
||||
supertraits
|
||||
sysroot
|
||||
toolchains
|
||||
turbofish
|
||||
uninit
|
||||
unsized
|
||||
upcastable
|
||||
|
||||
// Other
|
||||
armel
|
||||
armhf
|
||||
binutils
|
||||
connrefused
|
||||
cygwin
|
||||
dpkg
|
||||
elif
|
||||
endianness
|
||||
esac
|
||||
euxo
|
||||
gsub
|
||||
libc
|
||||
markdownlint
|
||||
moreutils
|
||||
msys
|
||||
noninteractive
|
||||
noprofile
|
||||
norc
|
||||
nproc
|
||||
objcopy
|
||||
objdump
|
||||
pacman
|
||||
pipefail
|
||||
powerset
|
||||
proto
|
||||
ranlib
|
||||
readelf
|
||||
shellcheckrc
|
||||
SIGABRT
|
||||
SIGILL
|
||||
subcmd
|
||||
tempdir
|
||||
tlsv
|
||||
tmpdir
|
||||
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -8,7 +8,6 @@ enablerepo
|
||||
endgroup
|
||||
epel
|
||||
grcov
|
||||
incompat
|
||||
linkcheck
|
||||
mdbook
|
||||
microdnf
|
||||
|
||||
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -55,9 +55,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/github-actions/checkout@main
|
||||
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
||||
- run: rm Cargo.toml
|
||||
- name: Generate tool list
|
||||
@@ -111,7 +109,7 @@ jobs:
|
||||
- almalinux:9 # glibc 2.34
|
||||
- almalinux:9-minimal # glibc 2.34
|
||||
- centos:7 # glibc 2.17
|
||||
- alpine:latest # musl 1.2.4 (as of alpine 3.18)
|
||||
- alpine:latest # musl 1.2.4 (as of alpine 3.19)
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
container: ${{ matrix.container }}
|
||||
@@ -125,10 +123,6 @@ jobs:
|
||||
- name: Install requirements (fedora/almalinux/centos)
|
||||
run: |
|
||||
set -eEuxo pipefail
|
||||
if ! type -P dnf &>/dev/null && type -P microdnf &>/dev/null; then
|
||||
# tar and gzip are required for actions/checkout on *-minimal images
|
||||
microdnf install -y tar gzip
|
||||
fi
|
||||
curl --proto '=https' --tlsv1.2 -fsSL --retry 10 https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable --no-modify-path
|
||||
echo "$HOME/.cargo/bin" >>"${GITHUB_PATH}"
|
||||
if: startsWith(matrix.container, 'fedora') || startsWith(matrix.container, 'almalinux') || startsWith(matrix.container, 'centos')
|
||||
@@ -136,9 +130,7 @@ jobs:
|
||||
run: apk --no-cache add bash cargo
|
||||
shell: sh
|
||||
if: startsWith(matrix.container, 'alpine')
|
||||
- uses: actions/checkout@v3 # TODO: actions/checkout@v4 requires glibc 2.28+
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/github-actions/checkout@main
|
||||
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
||||
- run: rm Cargo.toml
|
||||
- name: Generate tool list
|
||||
@@ -153,9 +145,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
container: ubuntu:22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/github-actions/checkout@main
|
||||
- name: Generate tool list
|
||||
id: tool-list
|
||||
run: tools/ci/tool-list.sh >>"${GITHUB_OUTPUT}"
|
||||
@@ -170,9 +160,7 @@ jobs:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/github-actions/checkout@main
|
||||
- name: Install Rust
|
||||
run: rustup toolchain add nightly --no-self-update && rustup default nightly
|
||||
- run: tools/manifest.sh
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -20,9 +20,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/github-actions/checkout@main
|
||||
- uses: taiki-e/create-gh-release-action@v1
|
||||
with:
|
||||
changelog: CHANGELOG.md
|
||||
|
||||
215
CHANGELOG.md
215
CHANGELOG.md
@@ -10,6 +10,182 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.26.3] - 2024-01-24
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.10.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.24.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.16.
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.10.
|
||||
|
||||
## [2.26.2] - 2024-01-24
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.3.
|
||||
|
||||
## [2.26.1] - 2024-01-24
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.9.
|
||||
|
||||
## [2.26.0] - 2024-01-24
|
||||
|
||||
- Support `cargo-sort`. ([#344](https://github.com/taiki-e/install-action/pull/344), thanks @jhpratt)
|
||||
|
||||
## [2.25.11] - 2024-01-23
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.8.
|
||||
|
||||
## [2.25.10] - 2024-01-22
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.7.
|
||||
|
||||
- Update `biome@latest` to 1.5.3.
|
||||
|
||||
## [2.25.9] - 2024-01-21
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.6.
|
||||
|
||||
## [2.25.8] - 2024-01-21
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.6.1.
|
||||
|
||||
## [2.25.7] - 2024-01-20
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.5.
|
||||
|
||||
## [2.25.6] - 2024-01-20
|
||||
|
||||
- Update `syft@latest` to 0.101.1.
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.4.
|
||||
|
||||
## [2.25.5] - 2024-01-18
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.2.
|
||||
|
||||
## [2.25.4] - 2024-01-18
|
||||
|
||||
- Update `osv-scanner@latest` to 1.6.1.
|
||||
|
||||
## [2.25.3] - 2024-01-18
|
||||
|
||||
- Update `syft@latest` to 0.101.0.
|
||||
|
||||
## [2.25.2] - 2024-01-15
|
||||
|
||||
- Update `biome@latest` to 1.5.2.
|
||||
|
||||
## [2.25.1] - 2024-01-14
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.7.
|
||||
|
||||
## [2.25.0] - 2024-01-13
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.27.3.
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.6.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.6.0.
|
||||
|
||||
## [2.24.4] - 2024-01-13
|
||||
|
||||
- Update `just@latest` to 1.23.0.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.1.
|
||||
|
||||
## [2.24.3] - 2024-01-10
|
||||
|
||||
- Update `biome@latest` to 1.5.1.
|
||||
|
||||
- Update `protoc@latest` to 3.25.2.
|
||||
|
||||
## [2.24.2] - 2024-01-09
|
||||
|
||||
- Update `just@latest` to 1.22.1.
|
||||
|
||||
- Update `biome@latest` to 1.5.0.
|
||||
|
||||
## [2.24.1] - 2024-01-07
|
||||
|
||||
- Update `cargo-careful@latest` to 0.4.1.
|
||||
|
||||
## [2.24.0] - 2024-01-07
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.5.0.
|
||||
|
||||
## [2.23.9] - 2024-01-06
|
||||
|
||||
- Update `syft@latest` to 0.100.0.
|
||||
|
||||
## [2.23.8] - 2024-01-05
|
||||
|
||||
- Update `just@latest` to 1.22.0.
|
||||
|
||||
## [2.23.7] - 2023-12-30
|
||||
|
||||
- Update `just@latest` to 1.21.0.
|
||||
|
||||
## [2.23.6] - 2023-12-29
|
||||
|
||||
- Update `just@latest` to 1.20.0.
|
||||
|
||||
- Update `cargo-udeps@latest` to 0.1.45.
|
||||
|
||||
## [2.23.5] - 2023-12-28
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.0.
|
||||
|
||||
## [2.23.4] - 2023-12-28
|
||||
|
||||
- Update `just@latest` to 1.19.0.
|
||||
|
||||
## [2.23.3] - 2023-12-26
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.9.
|
||||
|
||||
## [2.23.2] - 2023-12-26
|
||||
|
||||
- Update `dprint@latest` to 0.45.0.
|
||||
|
||||
## [2.23.1] - 2023-12-25
|
||||
|
||||
- Update `just@latest` to 1.18.1.
|
||||
|
||||
## [2.23.0] - 2023-12-23
|
||||
|
||||
- Support `cargo-export`. ([#312](https://github.com/taiki-e/install-action/pull/312), thanks @bazhenov)
|
||||
|
||||
## [2.22.10] - 2023-12-21
|
||||
|
||||
- Update `syft@latest` to 0.99.0.
|
||||
|
||||
## [2.22.9] - 2023-12-21
|
||||
|
||||
- Update `wasmtime@latest` to 16.0.0.
|
||||
|
||||
## [2.22.8] - 2023-12-20
|
||||
|
||||
- Update `just@latest` to 1.17.0.
|
||||
|
||||
## [2.22.7] - 2023-12-19
|
||||
|
||||
- Update `zola@latest` to 0.18.0.
|
||||
|
||||
## [2.22.6] - 2023-12-18
|
||||
|
||||
- Update `dprint@latest` to 0.44.0.
|
||||
|
||||
## [2.22.5] - 2023-12-16
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.9.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.23.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.39.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.15.
|
||||
|
||||
## [2.22.4] - 2023-12-16
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.8.
|
||||
@@ -1511,7 +1687,44 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.4...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.3...HEAD
|
||||
[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.26.0]: https://github.com/taiki-e/install-action/compare/v2.25.11...v2.26.0
|
||||
[2.25.11]: https://github.com/taiki-e/install-action/compare/v2.25.10...v2.25.11
|
||||
[2.25.10]: https://github.com/taiki-e/install-action/compare/v2.25.9...v2.25.10
|
||||
[2.25.9]: https://github.com/taiki-e/install-action/compare/v2.25.8...v2.25.9
|
||||
[2.25.8]: https://github.com/taiki-e/install-action/compare/v2.25.7...v2.25.8
|
||||
[2.25.7]: https://github.com/taiki-e/install-action/compare/v2.25.6...v2.25.7
|
||||
[2.25.6]: https://github.com/taiki-e/install-action/compare/v2.25.5...v2.25.6
|
||||
[2.25.5]: https://github.com/taiki-e/install-action/compare/v2.25.4...v2.25.5
|
||||
[2.25.4]: https://github.com/taiki-e/install-action/compare/v2.25.3...v2.25.4
|
||||
[2.25.3]: https://github.com/taiki-e/install-action/compare/v2.25.2...v2.25.3
|
||||
[2.25.2]: https://github.com/taiki-e/install-action/compare/v2.25.1...v2.25.2
|
||||
[2.25.1]: https://github.com/taiki-e/install-action/compare/v2.25.0...v2.25.1
|
||||
[2.25.0]: https://github.com/taiki-e/install-action/compare/v2.24.4...v2.25.0
|
||||
[2.24.4]: https://github.com/taiki-e/install-action/compare/v2.24.3...v2.24.4
|
||||
[2.24.3]: https://github.com/taiki-e/install-action/compare/v2.24.2...v2.24.3
|
||||
[2.24.2]: https://github.com/taiki-e/install-action/compare/v2.24.1...v2.24.2
|
||||
[2.24.1]: https://github.com/taiki-e/install-action/compare/v2.24.0...v2.24.1
|
||||
[2.24.0]: https://github.com/taiki-e/install-action/compare/v2.23.9...v2.24.0
|
||||
[2.23.9]: https://github.com/taiki-e/install-action/compare/v2.23.8...v2.23.9
|
||||
[2.23.8]: https://github.com/taiki-e/install-action/compare/v2.23.7...v2.23.8
|
||||
[2.23.7]: https://github.com/taiki-e/install-action/compare/v2.23.6...v2.23.7
|
||||
[2.23.6]: https://github.com/taiki-e/install-action/compare/v2.23.5...v2.23.6
|
||||
[2.23.5]: https://github.com/taiki-e/install-action/compare/v2.23.4...v2.23.5
|
||||
[2.23.4]: https://github.com/taiki-e/install-action/compare/v2.23.3...v2.23.4
|
||||
[2.23.3]: https://github.com/taiki-e/install-action/compare/v2.23.2...v2.23.3
|
||||
[2.23.2]: https://github.com/taiki-e/install-action/compare/v2.23.1...v2.23.2
|
||||
[2.23.1]: https://github.com/taiki-e/install-action/compare/v2.23.0...v2.23.1
|
||||
[2.23.0]: https://github.com/taiki-e/install-action/compare/v2.22.10...v2.23.0
|
||||
[2.22.10]: https://github.com/taiki-e/install-action/compare/v2.22.9...v2.22.10
|
||||
[2.22.9]: https://github.com/taiki-e/install-action/compare/v2.22.8...v2.22.9
|
||||
[2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8
|
||||
[2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7
|
||||
[2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
|
||||
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5
|
||||
[2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4
|
||||
[2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3
|
||||
[2.22.2]: https://github.com/taiki-e/install-action/compare/v2.22.1...v2.22.2
|
||||
|
||||
@@ -7,6 +7,7 @@ members = ["tools/codegen"]
|
||||
[workspace.lints.rust]
|
||||
improper_ctypes = "warn"
|
||||
improper_ctypes_definitions = "warn"
|
||||
missing_debug_implementations = "warn"
|
||||
non_ascii_idents = "warn"
|
||||
rust_2018_idioms = "warn"
|
||||
single_use_lifetimes = "warn"
|
||||
@@ -22,6 +23,7 @@ trailing_empty_array = "warn"
|
||||
transmute_undefined_repr = "warn"
|
||||
undocumented_unsafe_blocks = "warn"
|
||||
# Suppress buggy or noisy clippy lints
|
||||
bool_assert_comparison = { level = "allow", priority = 1 }
|
||||
borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/8286
|
||||
doc_markdown = { level = "allow", priority = 1 }
|
||||
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
|
||||
@@ -33,6 +35,7 @@ similar_names = { level = "allow", priority = 1 }
|
||||
single_match = { level = "allow", priority = 1 }
|
||||
single_match_else = { level = "allow", priority = 1 }
|
||||
struct_excessive_bools = { level = "allow", priority = 1 }
|
||||
struct_field_names = { level = "allow", priority = 1 }
|
||||
too_many_arguments = { level = "allow", priority = 1 }
|
||||
too_many_lines = { level = "allow", priority = 1 }
|
||||
type_complexity = { level = "allow", priority = 1 }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# install-action
|
||||
|
||||
[](https://github.com/taiki-e/install-action/releases/latest)
|
||||
[](https://github.com/taiki-e/install-action/actions)
|
||||
[](https://github.com/taiki-e/install-action/actions)
|
||||
|
||||
GitHub Action for installing development tools (mainly from GitHub Releases).
|
||||
|
||||
@@ -81,11 +81,12 @@ https://spdx.org/licenses
|
||||
|
||||
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
|
||||
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
|
||||
| [**biome**](https://biomejs.dev)| `/usr/local/bin` | [GitHub Releases](https://github.com/biomejs/biome/releases) | Linux, macOS, Windows | [MIT](https://github.com/biomejs/biome/blob/HEAD/LICENSE)
|
||||
| [**biome**](https://biomejs.dev)| `/usr/local/bin` | [GitHub Releases](https://github.com/biomejs/biome/releases) | Linux, macOS, Windows | [MIT](https://github.com/biomejs/biome/blob/HEAD/LICENSE) |
|
||||
| [**cargo-binstall**][cargo-binstall] | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-bins/cargo-binstall/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE) |
|
||||
| [**cargo-careful**](https://github.com/RalfJung/cargo-careful) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/RalfJung/cargo-careful/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/RalfJung/cargo-careful/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-deny**](https://github.com/EmbarkStudios/cargo-deny) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/EmbarkStudios/cargo-deny/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/EmbarkStudios/cargo-deny/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [Apache-2.0](https://github.com/sonos/dinghy/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/sonos/dinghy/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/HEAD/LICENSE) |
|
||||
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/HEAD/LICENSE.md) |
|
||||
@@ -93,6 +94,7 @@ https://spdx.org/licenses
|
||||
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-no-dev-deps**](https://github.com/taiki-e/cargo-no-dev-deps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-no-dev-deps/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/HEAD/LICENSE-MIT) |
|
||||
| [**cargo-rdme**](https://github.com/orium/cargo-rdme) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/orium/cargo-rdme/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/orium/cargo-rdme/blob/master/LICENSE.md) |
|
||||
| [**cargo-sort**](https://github.com/DevinR528/cargo-sort) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/DevinR528/cargo-sort/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/DevinR528/cargo-sort/blob/55ec89082466f6bb246d870a8d56d166a8e1f08b/Cargo.toml#L5) |
|
||||
| [**cargo-tarpaulin**](https://github.com/xd009642/tarpaulin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/xd009642/tarpaulin/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE) OR [MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) |
|
||||
| [**cargo-udeps**](https://github.com/est31/cargo-udeps) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/est31/cargo-udeps/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE) |
|
||||
| [**cargo-valgrind**](https://github.com/jfrimmel/cargo-valgrind) | `$CARGO_HOME/bin` | [GitHub Release](https://github.com/jfrimmel/cargo-valgrind/releases) | Linux, macOS, Windows | [MIT](https://github.com/jfrimmel/cargo-valgrind/blob/HEAD/LICENSE-MIT) or [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/HEAD/LICENSE-APACHE) |
|
||||
|
||||
4
main.sh
4
main.sh
@@ -501,8 +501,8 @@ case "${host_os}" in
|
||||
else
|
||||
info "old jq (${jq_version}) has bug on Windows; downloading jq 1.7 (will not be added to PATH)"
|
||||
mkdir -p "${install_action_dir}/jq/bin"
|
||||
url='https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe'
|
||||
checksum='2e9cc54d0a5d098e2007decec1dbb3c555ca2f5aabded7aec907fe0ffe401aab'
|
||||
url='https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe'
|
||||
checksum='7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab'
|
||||
(
|
||||
cd "${install_action_dir}/jq/bin"
|
||||
download_and_checksum "${url}" "${checksum}"
|
||||
|
||||
87
manifests/biome.json
generated
87
manifests/biome.json
generated
@@ -27,10 +27,93 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.4.1"
|
||||
"version": "1.5.3"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.4.1"
|
||||
"version": "1.5.3"
|
||||
},
|
||||
"1.5": {
|
||||
"version": "1.5.3"
|
||||
},
|
||||
"1.5.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "adf8a6029f43ac6eb07c86519f7ff08875915acec082d0be9393888044806243"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "c89bbe62cefbec56c7352020ca78f2e5053390ab4d8128730b19c6911496016c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "01c0f14c0a0a2e6bbf5e6db1e00a024a9128017eee1e3d2f795fc4f36ab0584c"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "2909c7e253f9df48a47a5c7f380ec1d4df59d7e7dc8b6d4ee774ea29d459401e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "ed663bc33191beea63a68352a68233079bd3a537c25365bd3160e9284f894c98"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "04261e136529a5714504c27a6c0b580a5f52b40d1e8b31bfbb2126b00d4331d9"
|
||||
}
|
||||
},
|
||||
"1.5.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "08f93788061761fe12bd76bd8809f4326075dc112d1241f6d44aa6924b062001"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "72bb359a689bfe8ca3d703cb6c356f9ee26c0171f8f0fa6d08ed1385b17e2e97"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "1a36467f1f46d371e42750781614d980dd7662e2f959ecad7b693f14506a91e7"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "731cbbaffc5557067fb8d96a7cb3d51ac1cc84141a5e80c52b685124662b5398"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "5f46174abc25cb088cdd4b1ed560b35581afce8bbb0709b6c7a4ede3f7533732"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "daf09110425463fd4d72bc13404e2f406bd1c8afd38ee0b7225c4b26fb3ea8c1"
|
||||
}
|
||||
},
|
||||
"1.5.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "1e2733e7a55082374873e1d8a1556935dd48d5c528c0e939c52cae29f0c95e81"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2e7e55efdfdd971ae001f2be314b471fbd227571d2d52da799e4e517f731563a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "6f2412b34a988c076558f60acbdde020dc41e1fb699061763b545a3a4469a97b"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "e4410194d91214d38c11891e4220ae456ab07e5064dd84738f994a4115dca84e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "d188409cb501e7292d1ded87a239483a9fedf886765fc5a33602a673c1fdd3af"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "6adab1ad668a0b94c502f2bb2d9c261ad6ec7bdc472630b28a2884b6fd8ce256"
|
||||
}
|
||||
},
|
||||
"1.5.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "a65243093d0a0b0e27e8cc6e6f2ae8e9b9318f35cdbec6ffeee3d611cc498262"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "c82f7f76379f1e8a3750370a4ca0b9295aa64c12a5d76ce88bef7b687fe823b2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d475f4267e5247e32f3d412367a8916d2b21fc0eab058cf5e60cef040934ac33"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "45f9d6eb7ca363328f3cf34d65b63510f1297819707018be91a65538f55c0822"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "2176799b0ef60820374e180cbf6d3b14aac9fc49080329e49abbb78d37bfdcfa"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "b1fefa6fe489ca50bed539931b71c208198e38793097957549474c961c110300"
|
||||
}
|
||||
},
|
||||
"1.4": {
|
||||
"version": "1.4.1"
|
||||
|
||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.4.8"
|
||||
"version": "1.6.1"
|
||||
},
|
||||
"1.4.8": {
|
||||
"1.6.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e7921ca08449a5464248a65985a91d137e795637c1eafef253ac4bac68ef4384"
|
||||
"checksum": "5f90b39e01a21a5a2e4e9c4126638c604f3a9ea64db67b0499bd1ad63f437c71"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "89b717f16f5b95387e2599bc251177ce44bdd49532f943373d8fc8b4e8365820"
|
||||
"checksum": "81e2f6df16090fb3b06408a1cd64580a0c9e78bbee3a4d6fcd6f14b698312231"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39e7440b653388026973bc3eddf77c7186382d1d28f02262ecd37f40a2d8579b"
|
||||
"checksum": "2a04ae6aa6959dd89c5e795b153549fa7eb8c9d55c049fdb60a608a3e2d2c21a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "0dab5d1c6cad85f4f7c9734527263e31994b14a9b3086fe013babb92ad3dc733"
|
||||
"checksum": "a0a59b486bc0ef731c724cb0d5724bbd79e2ee364318d49ad520788d77e7652a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a1694cdd75e5f988bbed5c9ccf601dfcffc729992c4468f53d8ab869bab28a3d"
|
||||
"checksum": "1a91f029c8fab7977093051fc2893a716ebf1736499ffcb865a8fde6db380cf0"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "20dd7c72eaae5abbc8095ffef4f59d9e7b3760f5f8ebf977579fa94d14ead565"
|
||||
"checksum": "5849f4f2aa76c5d2dff76c83b86b02f0f0d9b34e019e09f89391a4c86e785177"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
manifests/cargo-careful.json
generated
15
manifests/cargo-careful.json
generated
@@ -12,10 +12,21 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.0"
|
||||
"version": "0.4.1"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.0"
|
||||
"version": "0.4.1"
|
||||
},
|
||||
"0.4.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "ea403df41ca913e536f97b8a039343173abae399436570a16d271908af989808"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ccbee4b5a0f5bf235c038b89d6046c08b2bff405ffa7289f4194f5402ea96c15"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "655ac5c504b2f54f11807edc6d9a19cea668bfb119ea086c5848504f7d09071c"
|
||||
}
|
||||
},
|
||||
"0.4.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
102
manifests/cargo-deny.json
generated
102
manifests/cargo-deny.json
generated
@@ -19,10 +19,108 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.3"
|
||||
"version": "0.14.10"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.3"
|
||||
"version": "0.14.10"
|
||||
},
|
||||
"0.14.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c1a7965beda028ed2e74393eda64b735680b626826d68099d615a1f76d045948"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "174ba853832b126cd653659e32d7b532f403d337c2a844072ba70c36f94c9d26"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3d5363734549f9f5cb4334120262356fc14f4ce11a3db10bc3bd6b8ed3ed851a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "40dfb728e059dd4e0acd96bd87aff0670fd45e02197fd072b9de2f72f573513b"
|
||||
}
|
||||
},
|
||||
"0.14.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "39c05967ad5e15f1dcc5b0add184d5fa05de717daaf7cc7dfe222f92021c5364"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ccaf3dc020d0b30b4b85f11631f8a5184b1a4f9912ed0e14174f73f4e06ee4e3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "30f58453447249c994c8943204616ea58b8fad5654718dddd6a12ec8cb004956"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8d2c0c305502158be6351561c6d358a97f7c273a7898e2a5c5690910a823f467"
|
||||
}
|
||||
},
|
||||
"0.14.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d6544fc7f3fd3aad1a3e40cb2ddc725266a11a9005d011000b9eda566669446f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "6c18e6e3f369e42596ac0a6e9db83b3b40538d9eff9ede7b9fd0070bf2393708"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ebc5aeef9c4856f726cf5c59c8dfd1d7f3f57244119ddd6a7ba1dfdf6dda4c3b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "802189bf886d8e4ab08ed500563958b3f22ede51478b921c3f6896822711e7af"
|
||||
}
|
||||
},
|
||||
"0.14.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "407cf9f3aa2b873aa10a3a2d2c53d575acd5c78b36ead5b1169cbb30d2da9829"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "6fb7dab8b5b40109bdd85e18a7b42cf7e8d70f22344f02d6c45a56c4a15262c9"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "72da40f3ab0be6d47c44459a1f9f1755559cbdbcfa683a6a25d1cc19ef332b0c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "6bc68a67cc0ba1ae7f4ffa674d28ad4c94563b98e231075f9c098403b07a60a9"
|
||||
}
|
||||
},
|
||||
"0.14.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "a08f5999dc54ee35d7f279e40827fd80d4b2a08ebe724ec757cb3a73fddb5599"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "59e801455777b0b7f65a0884acd81a18e39b84658dc15c14f6984561aa48c0fe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b3375f982b4b4e757feae2017cd60aa811a1714d4c16c64ff24a1cfbba74c6c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "bdee5ab684097d32439fdd6df430124aaa736e3e3eaa7a6e546954b448735c1a"
|
||||
}
|
||||
},
|
||||
"0.14.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f76ea3b2c9e35059596a5c785b5552928499c1bc8db954fa23466062376b79ba"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "98c8505bafa938af6c8365318c224faa75393efc2479ce64271377a0a7ebcef4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ca60bdba711e369073cd099847beb8e6bdf2e3e05c4086fed1b187347d8c598b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "bc0d018514cb6a969ac159106d24a28d1c374f9e6339eb9cae1bec890e7f97fe"
|
||||
}
|
||||
},
|
||||
"0.14.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "b6ba5fceca5c4b42e0d6b31875fdd27a3b0c4aee58efc05f0c4d984a15ac2a36"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ad3d91f1bee0e07a43bb40896706554e9135ed11d0ee77cd924afb3c8ff8cb27"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "e31ecc6e4fcd5500a60e06e25bee9c023d5ef8b68ea8dbf6fd808872726a1d29"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8f40a62ef604707c0c5e448beee5f32588efdc2ab027229da76e170e977ca922"
|
||||
}
|
||||
},
|
||||
"0.14.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
63
manifests/cargo-export.json
generated
Normal file
63
manifests/cargo-export.json
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"rust_crate": "cargo-export",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-unknown-linux-musl/bin/cargo-export"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-apple-darwin.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-apple-darwin/bin/cargo-export"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||
"bin": "cargo-export-v${version}-x86_64-pc-windows-msvc/bin/cargo-export.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bazhenov/cargo-export/releases/download/v${version}/cargo-export-v${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "cargo-export-v${version}-aarch64-apple-darwin/bin/cargo-export"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.5"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.5"
|
||||
},
|
||||
"0.2.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "eda03e2665396f156f32facb1ebc37e92cef359fdff25e50b0393e4e81483d65"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ed10c42a43d5d576fe48ddaad6a3531f0f3e9c4229d7b8f802c5c381054986a5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "79eaee7a619772cfafbfdf4ce3df689fd3db628375ad1cd7f63bc47202a4f76f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "ed4b04d2efb4913d5e354cf0563916f83fdd71aaa751b3ecb0f2ee746929be94"
|
||||
}
|
||||
},
|
||||
"0.2.4": {
|
||||
"x86_64_macos": {
|
||||
"checksum": "f0bdca8ae6b8d4168eb3e0852049c94f77baf22a78135391e8a968edab456d95"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39264472a09f21d8452204d1d5a955c4b7ad8f59c68b226653cd621a7b689c36"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "801fbdbcce1ab7a7cce44a0bafe15c66f43751263ae9536668c5fce911cebed8"
|
||||
}
|
||||
},
|
||||
"0.2.3": {
|
||||
"x86_64_macos": {
|
||||
"checksum": "cccbf3f1df341e7a62521141f295e857ad1fbe8b81406a1666affd1659fa2244"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "96baaa1564f4e89089e1f13cc33a68c401267e63917cb8ba43be93f323d71ca8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "fca4aef395fe08ad313aa06cc6a14de11a6ae3432d78511a259ff2c7e3d81b8c"
|
||||
}
|
||||
}
|
||||
}
|
||||
56
manifests/cargo-hack.json
generated
56
manifests/cargo-hack.json
generated
@@ -2,10 +2,62 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.16"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.16"
|
||||
},
|
||||
"0.6.16": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "d41485c9c9c83ce9bedb4200ad539a716ff4759da5d960b9a4372fa5d9e49957"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "41e19b4c8c2378673c7c2845fb8aaa43f9efa99e60de60c4349487d5c9ffa346"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "0ed75e30ad5bf9e660667d04d6d80deefc1a303454da6af5e6bca61d98ca080e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "acc1b9d1c2f8a40d7326ad6b3f3d3a278a2f76e4213dda01f7b9b79dcc78ea12"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "ff4530c90b0173ade83a34f0426cc8c50d9315b81adaaa27f210a18312e4da1a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.16/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "3dfd112824f7c80b7e82a9d53dd1133ae502618012048acbb3399cb334f5c9d3"
|
||||
}
|
||||
},
|
||||
"0.6.15": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "1d012b9239b8aaf427f217fee25aa4d18525d0bc9061db37e636f03a1fd1fee7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "b4b834bf4029640272e9476b97f12fc987c8066163757e5a3e45397a10133cbb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "3c008dff15f81bc99a58c1b3bd436c5421cecf8260840c3865c7b705e484d48a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "71aed71dbb3260b379d4857aa6b879e6b9953d3b19c6994b42a6df6eaa3cc2c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "b9095579a25142170de956e48efa984186332ec9d957b8a6f9858eabecb444b3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d46438ac02e154c9de8ec2dc5537951ef1c1c1dfb99c4f52dee3c7f2eca2e034"
|
||||
}
|
||||
},
|
||||
"0.6.14": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
92
manifests/cargo-llvm-cov.json
generated
92
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,98 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.38"
|
||||
"version": "0.6.3"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.3"
|
||||
},
|
||||
"0.6.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "9a90036a649398525bdb43cd3d9442cd73e8ee182561cf487c8e686c7c610e1b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "9da061e9c5b97b9411e6b48d5153f245a8aed8de149cbb307d74de214b88c813"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7ba076d110b9d9c86ccec51a3e5df6bbc8aebfb5730633ada421848ed4eea8e6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "727a85fc67121ce68d6351f0767305cd0299539fedc17e2cc72fa11839be38d0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0cb3aefd698f833a526fe7a55e321750857cde3e357ba4d43e34e5f5556fb43e"
|
||||
}
|
||||
},
|
||||
"0.6.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c239a26343783490aed4fab04c1ad9953e6dad1d073f52b513e4f6cc45649ae0"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "282321bbe5bc9476987f42a1d10ace27b0bf6c65c46ec9950997fcce1ec39134"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a4d9671e177ce8b29b921b115741e0f960defa33db9e7ad084ee682e043c3598"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "8d02f6ac03fca8134c585291850b13924b9113c0ba9e1e3b8e3d745b987021bd"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "12589f9e99b4e1755752b01f22f72e1375c9d3291dcbeddbc24ff13f83f57714"
|
||||
}
|
||||
},
|
||||
"0.6.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e9764d62e9ce17e89dcf0332c8f99a4680722ef66b1bd147694ae53e622cf73a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ff68ba09dfb93dfed0e89539f0c0ef20f71803725409a03122bdd61735e71c3d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "93c18eaa511823834bbfd253ecfc84b869e5c61068d471071f55c30035bf1de9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "9359307d5c77e2e7fe9ddf3d0fd46f5e377a5a4d25fd860115ed2a23a434452d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "79d07bc755a67dd1cbcf462f8eb4f967571fe1b48927235a270dae42a7bdc248"
|
||||
}
|
||||
},
|
||||
"0.6.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2f07927e63bebd70bd13a72299e1a1293ef93c783996297bcd7133ddb86a4232"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "c1e4dfa1e7b7429fc56a6d477457572067988f9554a54371eeeb232416cb6197"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "321d3e0bd365f61547b78335a71e99f746c2a8f3f8a0d99a70d2b0f55e443b50"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "ec301c6005501939233342e01789271ee796b2582ca1260f7b016f142bad530f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "b3117e7b000ffa41a0261b93b9f80b93f1f7f30b06f782600e97ca58d42683cf"
|
||||
}
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.38"
|
||||
"version": "0.5.39"
|
||||
},
|
||||
"0.5.39": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e2411273e3151383432ec3f7fa1dea89628c9396a4b2077a3cd2ef0adb217a40"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "683c5fffab903cdac56c3baa0d319bbedb8983ec69c5839116caed1ffef176a0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2ad67e0a14c1ce7d105127bb1358249b2d578caa2c9c4c70aa4e512eaff4f8a9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "b996cc9ad2979fb8e616ecb37be0dc27c5ed00df52ca7b8e24a3a9d9cfd7029a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "22042580bcf6797f92a1e458cd03bc98c107adf9c47b39af2d021309b263ff60"
|
||||
}
|
||||
},
|
||||
"0.5.38": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
32
manifests/cargo-make.json
generated
32
manifests/cargo-make.json
generated
@@ -19,10 +19,38 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.37.5"
|
||||
"version": "0.37.7"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.5"
|
||||
"version": "0.37.7"
|
||||
},
|
||||
"0.37.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "101c6bef3cc1f8d6d2193d0cd8d2037a74583cad59fb9446ca0b51fc17586b1c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "46b27aa5f2bfac1d87588dad0289b64e100a3dbf29db5e6908331aa4d0dcc0b1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "dc41ef6526b4b9239aad02159ab7d64e38519386aa901c5783baf12e9d79b240"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1079874f2adf66db8deb54c2260523a7b8a4f9f4b35398f280e3ba0c9f87fa2a"
|
||||
}
|
||||
},
|
||||
"0.37.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "3659f50c1b47c685f8e1008132b193c9d1c823ba38d110fff2fabc6043c37cfe"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "632bdde01952c5884106218107ed3c8de35ff4f68eda3a69d70efc2d121ef213"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7d9af4b44d306606568d71a75f237e9904c768c43a872e69aa716a5e637d85cb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "b0fceee4418aa02daf8416d3bba5f34799e20943affdeeea1724536ca8643898"
|
||||
}
|
||||
},
|
||||
"0.37.5": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
44
manifests/cargo-minimal-versions.json
generated
44
manifests/cargo-minimal-versions.json
generated
@@ -21,10 +21,50 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.24"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.24"
|
||||
},
|
||||
"0.1.24": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "d60c4320423f730122146d7a19819c017d83e7733d68631a2d67824fe12beae9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "573cf6300d430f59c710e9fd7ddbca105a6285587cb8670765c1f49fce75c067"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b37db148b89b3557182d807836d63dcc39d2fe8b9a29b90b7e8c3fa53cff337c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "6fb513b479a54a756679fa336b82721701c353061d433773fe406a19b7acadbb"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "eb73c6fa5fbc26a197ac4b28602bc4d6d99cc8d36a78d1f983a69532c928fc65"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "7780e2d60e07b76a969d7b70663ce025d8d4f21784a8ea072ed83d12106993b6"
|
||||
}
|
||||
},
|
||||
"0.1.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2f4489387658ff112cdb44844a7272aabac64d9aa3477ef5b297991ee5c74171"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "cdadc109c5c51a155d10ed627a284efb09949a7149717c33fe3e6243bc28b7ab"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3ea7c84ac4d7de49fcdd8114997542663d835b167cb66b016e5e13e76770878b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "9479643f35409317eec70f775d9201eee0a78e2e6f6a589c8e19dafdfa1e65df"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "434293117d2efb1721fe794915418dd6865213710a9197894d5a91058b798d82"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "3cfbb31deb764336dab488e1e11949ebe5e158bf3454940e909461a79d103a15"
|
||||
}
|
||||
},
|
||||
"0.1.22": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
44
manifests/cargo-no-dev-deps.json
generated
44
manifests/cargo-no-dev-deps.json
generated
@@ -21,10 +21,50 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.10"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.10"
|
||||
},
|
||||
"0.2.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "886b8169ef9f30ae07b3a6d1f7944001e880af1a3bc3095d30f2ad0f6a70b4b6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "cf78bd12230ba164470a3367654363ede82bc7d5dc54c7e87ccb9471e40bf508"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "142260bf210a4c3cbb084b6d771538a994b5c29bf33111cae6790d62704ac6eb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "5a0ff3c710440c2c27cdf2bdf55beb1082ca767956da426879c9f06d48bc7ff6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "7df9b01f479e966c3d06a8578e9d84bd5a209b070e941550fe8c3d0422e0eb86"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "0dc335c5d01432d2f7c0a96c3278cb9183b3a9e1ac49f2e15ed1ff6c1ec6d756"
|
||||
}
|
||||
},
|
||||
"0.2.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "7d0ac6d8d850c5ea45f90d9c5d8b2c9c753928e3794661c27faff205fb8c2603"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d4feacc15a40e99b71c0e9ca2f4611cf6f95ff78dd92f423c5d8c76640d03161"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d78415bcf815513946b22cff10030a49e43626614edce80073188f83e5cac832"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "6b8cc624be49466a12c917ecc2c1c1ad175b3910f3dfe04059c14636d4dcc441"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "23328e114992d0ba1987692d27ac22df355bf3fd6a23ff27147f188d60abdd3a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "8159c0a99fc16307e53ff2b487858e4c0bcd0600286cff28e7c81fbef7684266"
|
||||
}
|
||||
},
|
||||
"0.2.8": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
78
manifests/cargo-sort.json
generated
Normal file
78
manifests/cargo-sort.json
generated
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"rust_crate": "cargo-sort",
|
||||
"template": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-unknown-linux-gnu.tar.gz"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-apple-darwin.tar.gz"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/DevinR528/cargo-sort/releases/download/v${version}/cargo-sort-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1.0": {
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"1.0.9": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "e7ad1db1b20e0a382f6a77ba3725fdfdf939e6f14d7de6a021b5c38113723186"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "fa6d5fa6281e0a2f930ef8dbadc88408bd209379b21b96c9525e25adc2f720b1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "163494e1df9ebedb92d9600986d77497b32809df752ef2667859bd029032c1aa"
|
||||
}
|
||||
},
|
||||
"1.0.8": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "c6f1c50292835a00b51c5576a9289dae8a3ef319d6f16df9af97536251227c88"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "746d914cc4ce825b9ab0dd96b5121298883000580350cd681798ff3f1d966541"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a6bea6439e933c2b012b015ccf052519879f5c5837274ddcd6d21dda8ca48a78"
|
||||
}
|
||||
},
|
||||
"1.0.7": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "b9ac1726277f3375344354f7b6af35fd068189af3ebf233b0f1a953100e6b934"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "02b4111c44e2d0d898b77cdb265b98bb4c78da93ec6f73ce896a458786df6470"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "e624d3e04b79a4f88774101358a9ba6cf0c50e852785f4b5925cd3c9ca7fd41e"
|
||||
}
|
||||
},
|
||||
"1.0.6": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "21e7d09f6ac6481a7b2643dc654fc07a496a12720d58619b7ba071055e0c5a2e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "fa235d7a566b454c696922f972853cb3a8b37f5c2d08106a5431751f44e194b0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "85cba2de979f7c7b26a710f9fdbedab782966781ebd35e4f1b5e493bc60e40a8"
|
||||
}
|
||||
},
|
||||
"1.0.5": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "a1470cd446b602ea6aa5b3d4782f3cb49aac15d5ae68e797ed80da947c608fbc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "df32404cd5da6a15675ce3980a1633d27b83e08362d7250d76807f344cfb37f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d56044541234fb8709ef9be6ed1e767c7b242a022f9891a40d0fc73ffdc80626"
|
||||
}
|
||||
}
|
||||
}
|
||||
21
manifests/cargo-tarpaulin.json
generated
21
manifests/cargo-tarpaulin.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.27.3"
|
||||
},
|
||||
"0.27": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.27.3"
|
||||
},
|
||||
"0.27.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "87ff6d7b2a6a009a7176d772afaf37feb95dc1c104a78df57f753129ba057b09"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ed139aecf50388999d4f724d836c25168cc534939618c4ca085532d5b8f220cd"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "831d42984024be94babfab09867a9c1de12eedfb9a8f31aa0b3b817165d81dfd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "5fc234b9fb868150a14664ff138064228d1a15ca7715e22b0454750769cad17e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "db8a40886f1edcde126d901e4a5f3c1afaf581ce95c4444d0ab57fef6bd281ff"
|
||||
}
|
||||
},
|
||||
"0.27.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-udeps.json
generated
24
manifests/cargo-udeps.json
generated
@@ -31,10 +31,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.43"
|
||||
"version": "0.1.45"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.43"
|
||||
"version": "0.1.45"
|
||||
},
|
||||
"0.1.45": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "0cd882efe77d32cf41c688231ce5be875f213aa8fd5bcdb663edbe64055b6913"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "fe09b1baf8323c575e82aa7a9c2b87ea0bebaee985bdf9672a56443d09364607"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "99f80ba7a33f105c759c896ea8388efe4f3c224922db7e417352b29a7ef7541f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "0472186612177ea8b1045689299bbaa363eee4a8af23f4354bb0a30f2f82098f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a1f9c85c783f664a613cb5d256330f026febbaadd4239419594152157b6f9d53"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "736de3b69340c4cf1e3d350047500dfeb39843cd664fb82065d7a2dcea8401e7"
|
||||
}
|
||||
},
|
||||
"0.1.43": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
42
manifests/dprint.json
generated
42
manifests/dprint.json
generated
@@ -24,7 +24,47 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.43.2"
|
||||
"version": "0.45.0"
|
||||
},
|
||||
"0.45": {
|
||||
"version": "0.45.0"
|
||||
},
|
||||
"0.45.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "8fb959aeeb441e0038217a7973f3a8e246e7aa46b77b33ba5f5e2f38d86f531b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "6df01e0357049ad3bc62bbd2f60c9c448bd747b650ebf20f7ab5a38cefd36b44"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "0a5a83b521f152cd83cfb95ef119286e472b3b43077b3ffaeb4b3297fbb52e7f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "48ba9f0910e32a66c869cffc6fd96d2d8f000ffb3d11234e71ae952f322dc849"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "cf23ab2785ca25f27ed5ca5127663dfe0131ae146d0b8d5159b06e0694ad74ac"
|
||||
}
|
||||
},
|
||||
"0.44": {
|
||||
"version": "0.44.0"
|
||||
},
|
||||
"0.44.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "1407c11d0855d6eb5ed4b2891b4fc7effcdaa276a7d77b5b20b65540ef90f58f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "758f501e3f47be0d880e79449dc3ebc269a8c52efc4a7fc53a5756fd1b673005"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e100d917a6c2c76458acedf7b9745ceb8cd380c56a5b1f09f6e27c8f41a94d8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "7ec71a031c7374b43122c065d49768cacf6561ae8980d0aa09202d7de01749f6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "68fc1abebe70b3947ec7e019bb3c3d47939cb71a8c0877f1a632b552edfaf6e0"
|
||||
}
|
||||
},
|
||||
"0.43": {
|
||||
"version": "0.43.2"
|
||||
|
||||
178
manifests/just.json
generated
178
manifests/just.json
generated
@@ -18,10 +18,184 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.23.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.23.0"
|
||||
},
|
||||
"1.23": {
|
||||
"version": "1.23.0"
|
||||
},
|
||||
"1.23.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "8d8bce1af9c9dd618369302755c66cc940999ff42c3a3e66692cf56c235dd9e2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "08447ef729ed651d1317c4bcdcd20eb21e2e59cf5d1a8138ea98f82a5c3d8431"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7fe14ff1a8a87ac76c610ba871ce621897eee2dd783569040194e4ca295538e8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "04e36a418874d90b754ddaef16415c55148b114e31c9b1af2ba86da9e6fc2b17"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "f2cad733beae1ac5256c419aaa5f4af79b06c5891eb4a0355abda4e0b281be95"
|
||||
}
|
||||
},
|
||||
"1.22": {
|
||||
"version": "1.22.1"
|
||||
},
|
||||
"1.22.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "0453edb7fcd7314f54c06ad332cd2a2c6196c9652e856919ff4c3fe6bef931c5"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "b6d2ea6086938f2e08d3163a2038fdc31a5e9cc7065079134ef47e53d37d5a95"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "5e98f799c3f11bd1cecdbfcfbdd2cf565aa8e8a04a5e98581d9e0c0ed557c398"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "19ee9561c00a1e9292be60edc5b99495a8284bc70f73f94b3e0552ce4016a999"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "09b4a2585a00e63d22e86b4f1104e229ac47f0bacaa78fb64cbaf08765c28cf8"
|
||||
}
|
||||
},
|
||||
"1.22.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "01331c3c9c190af5686384d8775fc1bf483c0e4699f84f728fbdfc28c660e2ef"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "29524fcb347dac2832a18fe4ec229e1bc82d66b403efdaa2a334d2aef7992ee4"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "464f8232f3c9bcf09799ad8af5b4817b2c9192da6407f2348b60b76c660b08d8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "5a281fa22e8d7107f2d299dd7662cfce48b85c3aba1b5206676e81da8c3c4bc1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "218bf5f27443e8b484c29a4d55f5ab7f7ecb15af95d32d63d231d71e73309d9c"
|
||||
}
|
||||
},
|
||||
"1.21": {
|
||||
"version": "1.21.0"
|
||||
},
|
||||
"1.21.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "3292fd257f2e2dfd4cb0d5650aa5e47d2c99cee1233446378eb45a7b045f3b30"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f547f5d256782b946b22fa73e0d7fdd4e7d733c637480d4c4d6fd2feca046a59"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "54fc05c55b84ea1a7a80acf8450d13ba06472ecdd4ca341817ba45a6780c8f4a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "2224bd7232f86db42a41411493c7806ae5938ad5ef3cfd37af064ed90d6688d2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "adab0bb1707df8d4995c103a87451e00b37936550fbf1586f00a38328eb6ef48"
|
||||
}
|
||||
},
|
||||
"1.20": {
|
||||
"version": "1.20.0"
|
||||
},
|
||||
"1.20.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "fa0eb3681050021ea33df7e6c1159fd3029253193d339c8011dd88fcba833ced"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ac23f84aa7fb77b46fc37088f843289d42ae9e96bd4a8f9e728e23d35a3d7ef1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "a2a179c32ee8112df66b9adf792deb83c76c6449dddd26ca9ca7a19c3dddd361"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "acb16bd3f2fe508d18997216a7c26f292f4cd1dad379368b978c8795dcff7c2b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "be998cf887c717730ffd5963cb027d63c39956bf0a1d4674aa95d4f3b8109cea"
|
||||
}
|
||||
},
|
||||
"1.19": {
|
||||
"version": "1.19.0"
|
||||
},
|
||||
"1.19.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "79b25aedf7c47a1e6669faa65fbe1ee24d019df31a8c0fb5c058514eb085b386"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "9c2295ddbde5dfbc98c93bf584bc6bb0c64a83fd83c53ad905178a5064ae82aa"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "4ddd1372cecc9d5c830130beed50db8aff17bd022ff87f15f94a2ab6ad288f12"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "c619997d9e1a2528bbce0b360c80c3fa26ab226d7237dfef493560e56d29bd6f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "649120e1b435684367dfa18b0e822540edb96afc77a0aa8d0dc118dffe76c430"
|
||||
}
|
||||
},
|
||||
"1.18": {
|
||||
"version": "1.18.1"
|
||||
},
|
||||
"1.18.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "3dccee333c6ec14a533c53748e8944da58a91877ec6f9d20579744b76c7d4096"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d83b17fcb087f8622dac99293b770b585318c0fbee32b36aecc4b811ec094318"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "790ed04a64d2191e1c3a3c4dcf935d8d0a4704624023e7cd09fc627ab413b5f4"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "93ef250e5e043dfccf93cfcf62b8e1dc81b9bc7498e9b9d394d86a9f099c8fe3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0834c029624ba3a04228be9a2b784b7f75d459a07ebf29105186f9b634c8678b"
|
||||
}
|
||||
},
|
||||
"1.18.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c5c4dd7692250fec357725295b4265617c4c6687df1a74e5f2c65cd70a20052d"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ef0e343d5c14234a707e70b3e27a1606bfaedae3005863a16a74919a9364f8bf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "308658be85d7a0b7a702b1b011cd2f766c756d105c1fd215e0ca1cc18e456be6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "b23013b5aaadbf1ee687b789ed901aec82b79761b9ae20e5b90c7e48109858af"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0c43173e2fc676091279025f55b4af00ec8444e219e89ab835c770e57717d288"
|
||||
}
|
||||
},
|
||||
"1.17": {
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "dac0ae3850b6a68c927930b956be5bc17250f01853be4338bd3277c3f57df743"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3dd5b14275b940f26b0a6223d9f4cb41a93acfe22282d7ff3fd4bb3e1e742e84"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e2fd34d9be9247a8f962954e1d47aede2774bbd3aa1619015fa822150943ef3"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "11c5822d0826034b129ee80af687a3934622fcf6127920b814567202d0000e93"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1e04d68431762b8898e73f5c9a34e1541132789b719d95063cbf2ac259dffb27"
|
||||
}
|
||||
},
|
||||
"1.16": {
|
||||
"version": "1.16.0"
|
||||
|
||||
27
manifests/osv-scanner.json
generated
27
manifests/osv-scanner.json
generated
@@ -21,10 +21,33 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.5.0"
|
||||
"version": "1.6.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.5.0"
|
||||
"version": "1.6.1"
|
||||
},
|
||||
"1.6": {
|
||||
"version": "1.6.1"
|
||||
},
|
||||
"1.6.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "319ad945005166ff4dc72534d3913303466047e7cc8b1f00b1a68f3b265251f1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "70877545acd3a0f0e72c9784542daa7d64939392c333fabe2b2de27f8fc66b6c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "e8595d720b2509fb95e326ea1c1faf8ef604d90cc20b6c27d7721050893ffc30"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "c26ee30805e1038710b0c1ed775dc6c8852612072e7fffc7dd70ab0b03ddc88b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "e596f4f6bb1ce706821d36b724c5fff119c652ea9adbac20dd4c8389c08bc756"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "07cdf63ef04b3e976131e0d88b8710ed5d7f26533c5790cee6dfc032d552ca81"
|
||||
}
|
||||
},
|
||||
"1.5": {
|
||||
"version": "1.5.0"
|
||||
|
||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -2,13 +2,35 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.25.1"
|
||||
"version": "3.25.2"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.25.1"
|
||||
"version": "3.25.2"
|
||||
},
|
||||
"3.25": {
|
||||
"version": "3.25.1"
|
||||
"version": "3.25.2"
|
||||
},
|
||||
"3.25.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-linux-x86_64.zip",
|
||||
"checksum": "78ab9c3288919bdaa6cfcec6127a04813cf8a0ce406afa625e48e816abee2878"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-osx-x86_64.zip",
|
||||
"checksum": "5fe89993769616beff1ed77408d1335216379ce7010eee80284a01f9c87c8888"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win64.zip",
|
||||
"checksum": "74cf3a0ead50be525ad393f820fce64baed3776202ff3b8423acf3bf0daaf542"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-linux-aarch_64.zip",
|
||||
"checksum": "07683afc764e4efa3fa969d5f049fbc2bdfc6b4e7786a0b233413ac0d8753f6b"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-osx-aarch_64.zip",
|
||||
"checksum": "8822b090c396800c96ac652040917eb3fbc5e542538861aad7c63b8457934b20"
|
||||
}
|
||||
},
|
||||
"3.25.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
79
manifests/syft.json
generated
79
manifests/syft.json
generated
@@ -23,7 +23,84 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.98.0"
|
||||
"version": "0.101.1"
|
||||
},
|
||||
"0.101": {
|
||||
"version": "0.101.1"
|
||||
},
|
||||
"0.101.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "88ac3dcd752deba6d93d655bed1fee18ea9692ac48fd3ff2cb81dde70a5aac6c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2ed9fe6c87b6acf64b51fed04dd27d78b7bbbd606079f1370674d7b423190f80"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "828cc0a4eb96ef8646d4477acc6c93d97ec69a7ca2281a303cd99be21342c9d8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "dbdcbf7fe69d8e8594d4bfdca1d7699229b655c0d23285fc16ce6ba991d7c63a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a81aaa50fc798d05ef20fb821f5be94bce33ace26d77ebca78c2a0c7bc2aa661"
|
||||
}
|
||||
},
|
||||
"0.101.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "6ab16fd950f218a2682c2c126371b19e13adf717860299f64924a8b147d08e47"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d59a14cc812f6cbf4021c3e63664da9d10ba5a51740f10803dd7dd552e3d3027"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "8a0facfee157b674ac27f58d7d9ec6fb985bb4bbb0c69610d275dce7fb507dae"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "09ba6780c170fee7a42bf86da6ca664879502bc3366afec49dc0d8f05de40a5d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "f3409b0ce93305377ff55675b185ad0d15782061a5c9f3130d83901a0a47183f"
|
||||
}
|
||||
},
|
||||
"0.100": {
|
||||
"version": "0.100.0"
|
||||
},
|
||||
"0.100.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "0b9db5e79568dfe846abec744ff3f3e4d6aeef1a2e8c84a5cfe355c4d05e2b4a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2a8ae723034874fb2a45cc9b8b3fc371d60d7ef1aeefdce28c4b22856595b7c9"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "4490bf39e4432823a54166b6245f4255030d193eb05230c166f8589d48a736ca"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "697d039c6d31d551d77472c498370605b2b666c3cfdfc8f961d448de3039bef7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "67cac58c26f9b701583feca5d9a2b0f07d5dee73465f7610f7ccad02aa924feb"
|
||||
}
|
||||
},
|
||||
"0.99": {
|
||||
"version": "0.99.0"
|
||||
},
|
||||
"0.99.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e18580d1d55370431503a6dc17082e53ce0195cec498d025c09e3a201f492911"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ab38b1f15f5503777961494fa2d027a1c47bfc9e83550ab07a3a4a6354db9dfa"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39adaae48cf1158c1181c3948bd4823e3fdd84f3411fb3cf0e466a29a1355732"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "f198faf502e9fd6161a4236c365ff5f95e23f0b26d5e18fd6b245a5e2a1cb94c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "43a4267e540766a4a9205802b69713b0dd76e08e4c6828b0b7b51363a72ba498"
|
||||
}
|
||||
},
|
||||
"0.98": {
|
||||
"version": "0.98.0"
|
||||
|
||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "15.0.1"
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-linux.tar.xz",
|
||||
"checksum": "7bb4c78977a711b3af820e7e120e05b63124b0c9707f82b39ec02252caa01504",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-macos.tar.xz",
|
||||
"checksum": "5a0f814a7124407166212866bc5fa381a2e615bc05152e5c749986a2697c5a61",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-windows.zip",
|
||||
"checksum": "c6a4a247fbe50ba306dcaf91327e3f4eceac007554739648cf09542f87c12efb",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-linux.tar.xz",
|
||||
"checksum": "b21cc534b3dc89e6abcfca9981f9a0a156291b2418d2ef45390dd59013a98adc",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-macos.tar.xz",
|
||||
"checksum": "a9d5b7e75d7b8877390b9b0b078fe995d721d86ea9f11fc97a43fc1a3352b0c3",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"version": "15.0.1"
|
||||
|
||||
16
manifests/zola.json
generated
16
manifests/zola.json
generated
@@ -12,7 +12,21 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.17.2"
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.0"
|
||||
},
|
||||
"0.18.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"checksum": "521ca7990b60e1270df807e01cbeb1ce69ef099745883b7929a4944cd5625d3e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "19833c38ce455cb97a9b2dce1dd882af973553e66f722e9a599e1ca152e412ba"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "9c0f2880ace47a723999a2b9a96fb12178d12d62cd5e56f3c975266552594949"
|
||||
}
|
||||
},
|
||||
"0.17": {
|
||||
"version": "0.17.2"
|
||||
|
||||
@@ -10,6 +10,7 @@ glibc_pre_2_34_incompat=(
|
||||
)
|
||||
glibc_pre_2_31_incompat=(
|
||||
"${glibc_pre_2_34_incompat[@]}"
|
||||
cargo-sort
|
||||
zola
|
||||
)
|
||||
glibc_pre_2_27_incompat=(
|
||||
|
||||
13
tools/codegen/base/cargo-export.json
Normal file
13
tools/codegen/base/cargo-export.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"repository": "https://github.com/bazhenov/cargo-export",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||
"bin": "${package}-v${version}-${rust_target}/bin/${package}${exe}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
14
tools/codegen/base/cargo-sort.json
Normal file
14
tools/codegen/base/cargo-sort.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"repository": "https://github.com/DevinR528/cargo-sort",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"version_range": "> 1.0.5",
|
||||
"platform": {
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip"
|
||||
},
|
||||
"x86_64_linux_gnu": {}
|
||||
}
|
||||
}
|
||||
@@ -350,7 +350,7 @@ if [[ -f .cspell.json ]]; then
|
||||
dependencies=$(sed <<<"${dependencies}" 's/[0-9_-]/\n/g' | LC_ALL=C sort -f -u)
|
||||
fi
|
||||
config_old=$(<.cspell.json)
|
||||
config_new=$(grep <<<"${config_old}" -v ' *//' | jq 'del(.dictionaries[] | select(index("organization-dictionary") | not))' | jq 'del(.dictionaryDefinitions[] | select(.name == "organization-dictionary" | not))')
|
||||
config_new=$(grep <<<"${config_old}" -v '^ *//' | jq 'del(.dictionaries[] | select(index("organization-dictionary") | not))' | jq 'del(.dictionaryDefinitions[] | select(.name == "organization-dictionary" | not))')
|
||||
trap -- 'echo "${config_old}" >.cspell.json; echo >&2 "$0: trapped SIGINT"; exit 1' SIGINT
|
||||
echo "${config_new}" >.cspell.json
|
||||
if [[ -n "${has_rust}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user