mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Use solc 0.8.26
`next` already does, and it's annoying to have to consistently switch between the two branches.
This commit is contained in:
@@ -21,8 +21,8 @@ pub fn processor(
|
||||
if coin == "ethereum" {
|
||||
r#"
|
||||
RUN cargo install svm-rs
|
||||
RUN svm install 0.8.25
|
||||
RUN svm use 0.8.25
|
||||
RUN svm install 0.8.26
|
||||
RUN svm use 0.8.26
|
||||
"#
|
||||
} else {
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user