diff --git a/vite-hardhat/circuits/Nargo.toml b/vite-hardhat/circuits/Nargo.toml index 5936a03..23365e9 100644 --- a/vite-hardhat/circuits/Nargo.toml +++ b/vite-hardhat/circuits/Nargo.toml @@ -2,6 +2,6 @@ name = "noirstarter" type = "bin" authors = [""] -compiler_version = ">0.19.4" +compiler_version = ">0.19.0" [dependencies] diff --git a/with-foundry/circuits/Nargo.toml b/with-foundry/circuits/Nargo.toml index bbc7f5c..ad7b0f4 100644 --- a/with-foundry/circuits/Nargo.toml +++ b/with-foundry/circuits/Nargo.toml @@ -2,6 +2,6 @@ name="with_foundry" type="bin" authors = ["critesjosh"] -compiler_version = ">0.19.4" +compiler_version = ">0.19.0" [dependencies]