From 2dcb93813492fb535fbc2f8536311446a4f334f8 Mon Sep 17 00:00:00 2001 From: Quentin Garchery Date: Mon, 27 Nov 2023 12:52:49 +0100 Subject: [PATCH] fix: make versioning stable after forge install --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index 133d6a95..8a08c4af 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,6 +1,7 @@ [profile.default] src = "src" test = "test/forge" +libs = ["lib"] evm_version = "paris" fs_permissions = [ { access = "read", path = "./config/"},