diff --git a/interpreter/Cargo.toml b/interpreter/Cargo.toml index c00e865960..d0ecb8da2a 100644 --- a/interpreter/Cargo.toml +++ b/interpreter/Cargo.toml @@ -16,7 +16,7 @@ categories = [ "compilers", "cryptography", "web-programming" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] license = "GPL-3.0" edition = "2021" -rust-version = "1.69" +rust-version = "1.82.0" [dependencies.snarkvm-circuit] version = "1.0.0"