Update misc versions

This commit is contained in:
Luke Parker
2025-11-05 19:11:33 -05:00
parent 31874ceeae
commit 7300700108
25 changed files with 90 additions and 90 deletions

View File

@@ -22,8 +22,8 @@ pub fn processor(
if coin == "ethereum" {
r#"
RUN cargo install svm-rs
RUN svm install 0.8.26
RUN svm use 0.8.26
RUN svm install 0.8.29
RUN svm use 0.8.29
"#
} else {
""