Skip to content

Commit

Permalink
Merge pull request #84 from leonardoalt/use_stable
Browse files Browse the repository at this point in the history
use stable
  • Loading branch information
leonardoalt authored May 15, 2023
2 parents bd06734 + 2f4f21c commit 51c12b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions l1-verifier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ all:
cp ../circuits/verifier.sol ./src/Verifier.sol
forge clean
forge bind --select Fusion --crate-name "fusion-l1"
# TODO remove this when Foundry ships with ethers-rs 2.0.3
sed -i 's/git = \"https:\/\/github.com\/gakonst\/ethers-rs\"/version = \"2\"/' out/bindings/Cargo.toml

clean:
forge clean
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-01-03"
channel = "stable"

0 comments on commit 51c12b1

Please sign in to comment.