From 8fcf8acf83c991dd8230850838b27567df97add9 Mon Sep 17 00:00:00 2001 From: Maurelian Date: Wed, 11 Dec 2024 01:06:26 -0500 Subject: [PATCH] feat: Update foundry to support vm.skip() in setup (#13351) https://github.com/foundry-rs/foundry/pull/9532 --- mise.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mise.toml b/mise.toml index 5fb473de8891b..8f83820100ba9 100644 --- a/mise.toml +++ b/mise.toml @@ -31,9 +31,9 @@ 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-e5dbb7a320c2b871c4a4a1006ad3c15a08fcf17b" -cast = "nightly-e5dbb7a320c2b871c4a4a1006ad3c15a08fcf17b" -anvil = "nightly-e5dbb7a320c2b871c4a4a1006ad3c15a08fcf17b" +forge = "nightly-59f354c179f4e7f6d7292acb3d068815c79286d1" +cast = "nightly-59f354c179f4e7f6d7292acb3d068815c79286d1" +anvil = "nightly-59f354c179f4e7f6d7292acb3d068815c79286d1" # Fake dependencies # Put things here if you need to track versions of tools or projects that can't