Skip to content

Commit 106d01f

Browse files
maurelianQuentinI
authored andcommitted
Update foundry version in mise.toml (ethereum-optimism#13926)
1 parent 536ffed commit 106d01f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mise.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ just = "1.37.0"
2828
# Foundry dependencies
2929
# Foundry is a special case because it supplies multiple binaries at the same
3030
# GitHub release, so we need to use the aliasing trick to get mise to not error
31-
forge = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
32-
cast = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
33-
anvil = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
31+
# The git ref here should be on the `stable` branch.
32+
forge = "v0.3.0"
33+
cast = "v0.3.0"
34+
anvil = "v0.3.0"
3435

3536
# Fake dependencies
3637
# Put things here if you need to track versions of tools or projects that can't

0 commit comments

Comments
 (0)