Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
83c4415f
Unverified
Commit
83c4415f
authored
Dec 11, 2024
by
Maurelian
Committed by
GitHub
Dec 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Update foundry to support vm.skip() in setup (#13351)
https://github.com/foundry-rs/foundry/pull/9532
parent
4d30eea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mise.toml
mise.toml
+3
-3
No files found.
mise.toml
View file @
83c4415f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment