mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
Update zkVMs (#259)
This commit is contained in:
2
.github/scripts/fetch-zkvm-version.sh
vendored
2
.github/scripts/fetch-zkvm-version.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user