Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ just = "1.37.0"
# GitHub release, so we need to use the aliasing trick to get mise to not error
# The git ref here should be on the `stable` branch.
# Updated to use the specific nightly build
forge = "nightly-7a7ad4ea7282c30477d7fc0f39bf631acde7e7bd"
cast = "nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9"
anvil = "nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9"
forge = "1.1.0"
cast = "1.1.0"
anvil = "1.1.0"

# Other dependencies
codecov-uploader = "0.8.0"
Expand Down