Update zkVMs (#259)

This commit is contained in:
Han
2025-12-30 21:01:10 +09:00
committed by GitHub
parent 02d7c9a9ef
commit fd985bf542
18 changed files with 209 additions and 167 deletions

View File

@@ -33,7 +33,7 @@ get_crates_io_latest() {
curl -sL -A "EreCI" "https://crates.io/api/v1/crates/$crate" | grep -oP '"max_version":"\K[^"]+'
}
LINE=$(grep "$CRATE" Cargo.toml)
LINE=$(grep "$CRATE = " Cargo.toml)
if echo "$LINE" | grep -q "git ="; then
# Dependency from github.com