build: change "branch" to "v1" for "forge-std"
build: delete the "branch" for "prb-math"
This commit is contained in:
parent
92c82710c1
commit
003fcb32de
|
@ -1,12 +1,11 @@
|
|||
[submodule "lib/forge-std"]
|
||||
branch = "master"
|
||||
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"
|
||||
[submodule "lib/prb-math"]
|
||||
path = lib/prb-math
|
||||
url = https://github.com/PaulRBerg/prb-math
|
||||
branch = v3.2.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b78fdb5aed571e20c8b1f52a67566ed5bac0be59
|
||||
Subproject commit 066ff16c5c03e6f931cd041fd366bc4be1fae82a
|
|
@ -1 +1 @@
|
|||
Subproject commit 2c597391f16e5ada196aca3d77c81fd653574974
|
||||
Subproject commit c7f76a7179afecefc0df3819e9bc4d2f8a20230c
|
Loading…
Reference in New Issue