forked from ethereum-optimism/supersim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
23 lines (19 loc) · 728 Bytes
/
Copy pathmise.toml
File metadata and controls
23 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tools]
# Core dependencies
go = "1.22.3"
rust = "1.83.0"
just = "1.37.0"
# Go dependencies
"ubi:goreleaser/goreleaser" = "2.5.1"
"ubi:golangci/golangci-lint" = "v1.63.4"
# 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-e5ec47b88208fdc48575359e0a5c44f85570ef63"
cast = "nightly-e5ec47b88208fdc48575359e0a5c44f85570ef63"
anvil = "nightly-e5ec47b88208fdc48575359e0a5c44f85570ef63"
# Foundry provides multiple binaries so we alias them here
[alias]
forge = "ubi:foundry-rs/foundry[exe=forge]"
cast = "ubi:foundry-rs/foundry[exe=cast]"
anvil = "ubi:foundry-rs/foundry[exe=anvil]"