From 003fcb32de6964df577fd2e335dedafc163608d2 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 2 Feb 2023 17:21:01 +0200 Subject: [PATCH] build: change "branch" to "v1" for "forge-std" build: delete the "branch" for "prb-math" --- .gitmodules | 9 ++++----- lib/forge-std | 2 +- lib/prb-math | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index bfa3983..176efd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/lib/forge-std b/lib/forge-std index b78fdb5..066ff16 160000 --- a/lib/forge-std +++ b/lib/forge-std @@ -1 +1 @@ -Subproject commit b78fdb5aed571e20c8b1f52a67566ed5bac0be59 +Subproject commit 066ff16c5c03e6f931cd041fd366bc4be1fae82a diff --git a/lib/prb-math b/lib/prb-math index 2c59739..c7f76a7 160000 --- a/lib/prb-math +++ b/lib/prb-math @@ -1 +1 @@ -Subproject commit 2c597391f16e5ada196aca3d77c81fd653574974 +Subproject commit c7f76a7179afecefc0df3819e9bc4d2f8a20230c