From f35319188fff162f446ffeb60e6212808f5c0fe6 Mon Sep 17 00:00:00 2001 From: Maurelian Date: Wed, 22 Jan 2025 12:52:40 -0600 Subject: [PATCH] Update foundry version in mise.toml --- mise.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mise.toml b/mise.toml index 1664ebfc511c1..f9954682c97c1 100644 --- a/mise.toml +++ b/mise.toml @@ -28,9 +28,10 @@ just = "1.37.0" # Foundry dependencies # Foundry is a special case because it supplies multiple binaries at the same # GitHub release, so we need to use the aliasing trick to get mise to not error -forge = "nightly-a038646cde347afaae67cc955c1e99c22dc23875" -cast = "nightly-a038646cde347afaae67cc955c1e99c22dc23875" -anvil = "nightly-a038646cde347afaae67cc955c1e99c22dc23875" +# The git ref here should be on the `stable` branch. +forge = "v0.3.0" +cast = "v0.3.0" +anvil = "v0.3.0" # Fake dependencies # Put things here if you need to track versions of tools or projects that can't