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 536ffed commit 106d01fCopy full SHA for 106d01f
mise.toml
@@ -28,9 +28,10 @@ just = "1.37.0"
28
# Foundry dependencies
29
# Foundry is a special case because it supplies multiple binaries at the same
30
# 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"
+# The git ref here should be on the `stable` branch.
+forge = "v0.3.0"
+cast = "v0.3.0"
34
+anvil = "v0.3.0"
35
36
# Fake dependencies
37
# Put things here if you need to track versions of tools or projects that can't
0 commit comments