1
0
mirror of https://github.com/vacp2p/foundry-template.git synced 2025-02-18 10:16:28 +00:00
Paul Razvan Berg 702979aa1c
build: upgrade to prb-test v0.1.3
build: upgrade to latest forge-std
test: use "StdCheats" instead of "Cheats"
test: use "console2" instead of "console"
2022-10-29 16:37:43 +03:00

9 lines
239 B
Plaintext

[submodule "lib/forge-std"]
branch = "v0.3"
path = "lib/forge-std"
url = "https://github.com/foundry-rs/forge-std"
[submodule "lib/prb-test"]
branch = "0.1.3"
path = "lib/prb-test"
url = "https://github.com/paulrberg/prb-test"