foundry-template/.gitmodules
Paul Razvan Berg 003fcb32de
build: change "branch" to "v1" for "forge-std"
build: delete the "branch" for "prb-math"
2023-02-07 14:10:42 +02:00

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"