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