From 27bdb8b72db474698a95a3ced7b5fe3b68773161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 21 Dec 2023 10:23:11 +0000 Subject: [PATCH] dumbass doesn't know the difference between \> and \=\> --- vite-hardhat/circuits/Nargo.toml | 2 +- with-foundry/circuits/Nargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]