From c7c46dfc2cc722df1f88811e26ce2803926437c4 Mon Sep 17 00:00:00 2001 From: han Date: Mon, 16 Dec 2024 17:03:20 +0700 Subject: [PATCH] forge install: forge-std v1.9.4 --- .gitmodules | 3 +++ hello_foundry/lib/forge-std | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 hello_foundry/lib/forge-std diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..31c5df6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hello_foundry/lib/forge-std"] + path = hello_foundry/lib/forge-std + url = https://github.com/foundry-rs/forge-std diff --git a/hello_foundry/lib/forge-std b/hello_foundry/lib/forge-std new file mode 160000 index 0000000..1eea5ba --- /dev/null +++ b/hello_foundry/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 1eea5bae12ae557d589f9f0f0edae2faa47cb262