Skip to content

Commit

Permalink
Pin svm-rs to 0.2.22 for CI (axiom-crypto#39)
Browse files Browse the repository at this point in the history
* ci: pin `svm-rs` to `0.2.22`

* feat: bump MSRV to `1.64.0`
  • Loading branch information
han0110 authored May 30, 2023
1 parent e5d5e4a commit 5a7693b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-on-failure: true

- name: Install solc
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.17 && solc --version
run: (hash svm 2>/dev/null || cargo install --version 0.2.22 svm-rs) && svm install 0.8.17 && solc --version

- name: Run test
run: cargo test --all --all-features -- --nocapture
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.63.0
1.64.0

0 comments on commit 5a7693b

Please sign in to comment.