We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce490d5 commit 39f7da1Copy full SHA for 39f7da1
crates/python/python/cryo_test/examples/ethers_vs_alloy/build_cryo
@@ -45,7 +45,7 @@ if [ "$BUILD_ALLOY" = true ]; then
45
cd ~/repos/cryo
46
47
# check out build
48
- git checkout feat/alloy
+ git checkout main
49
50
# build cryo
51
cargo install \
@@ -65,7 +65,7 @@ if [ "$BUILD_ETHERS" = true ]; then
65
66
67
68
- git checkout main
+ git checkout eba6192298e40add4d35d1587511d875f6d770e4
69
70
71
0 commit comments