mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-21 04:49:27 +00:00
003fcb32de
build: delete the "branch" for "prb-math"
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
[submodule "lib/forge-std"]
|
|
branch = "v1"
|
|
path = "lib/forge-std"
|
|
url = "https://github.com/foundry-rs/forge-std"
|
|
[submodule "lib/prb-math"]
|
|
path = "lib/prb-math"
|
|
url = "https://github.com/PaulRBerg/prb-math"
|
|
[submodule "lib/prb-test"]
|
|
branch = "0.3.1"
|
|
path = "lib/prb-test"
|
|
url = "https://github.com/PaulRBerg/prb-test"
|