codegen: Exclude versions not released on crates.io from candidate for "latest"

This commit is contained in:
Taiki Endo
2025-04-04 07:26:58 +09:00
parent 95bd642ae8
commit 537312ee19
7 changed files with 18 additions and 13 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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
View File

@@ -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"