mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 22:50:32 +00:00
codegen: Exclude versions not released on crates.io from candidate for "latest"
This commit is contained in:
6
manifests/cargo-lambda.json
generated
6
manifests/cargo-lambda.json
generated
@@ -20,13 +20,13 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.1"
|
||||
},
|
||||
"1.8": {
|
||||
"version": "1.8.2"
|
||||
"version": "1.8.1"
|
||||
},
|
||||
"1.8.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
4
manifests/cargo-spellcheck.json
generated
4
manifests/cargo-spellcheck.json
generated
@@ -10,10 +10,10 @@
|
||||
},
|
||||
"license_markdown": "[LGPLv2.1](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL)",
|
||||
"latest": {
|
||||
"version": "0.15.2"
|
||||
"version": "0.15.1"
|
||||
},
|
||||
"0.15": {
|
||||
"version": "0.15.2"
|
||||
"version": "0.15.1"
|
||||
},
|
||||
"0.15.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
2
manifests/wasmtime.json
generated
2
manifests/wasmtime.json
generated
@@ -2775,7 +2775,7 @@
|
||||
}
|
||||
},
|
||||
"0.22": {
|
||||
"version": "0.22.1"
|
||||
"version": "0.22.0"
|
||||
},
|
||||
"0.22.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
2
manifests/zola.json
generated
2
manifests/zola.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"rust_crate": "zola",
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/getzola/zola/releases/download/v${version}/zola-v${version}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user