mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-15 18:14:27 +00:00
3893c89e4a
build: pin "prb-test" submodule to "v1" branch
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
[submodule "lib/forge-std"]
|
|
branch = "v1"
|
|
path = "lib/forge-std"
|
|
url = "https://github.com/foundry-rs/forge-std"
|
|
[submodule "lib/prb-math"]
|
|
branch = "v3"
|
|
path = "lib/prb-math"
|
|
url = "https://github.com/PaulRBerg/prb-math"
|
|
[submodule "lib/prb-test"]
|
|
branch = "v0"
|
|
path = "lib/prb-test"
|
|
url = "https://github.com/PaulRBerg/prb-test"
|