diff --git a/compiler/ast/Cargo.toml b/compiler/ast/Cargo.toml index 2a5c822a71..62bc6652b5 100644 --- a/compiler/ast/Cargo.toml +++ b/compiler/ast/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] workspace = true diff --git a/compiler/compiler/Cargo.toml b/compiler/compiler/Cargo.toml index 8f8b6e87ed..2ba94cf4b8 100644 --- a/compiler/compiler/Cargo.toml +++ b/compiler/compiler/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.leo-ast] workspace = true diff --git a/compiler/parser/Cargo.toml b/compiler/parser/Cargo.toml index cf840eecbf..c60a39378a 100644 --- a/compiler/parser/Cargo.toml +++ b/compiler/parser/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.leo-ast] workspace = true diff --git a/compiler/passes/Cargo.toml b/compiler/passes/Cargo.toml index 3c2a7824ed..3d2a045be5 100644 --- a/compiler/passes/Cargo.toml +++ b/compiler/passes/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" [lib] path = "src/lib.rs" diff --git a/compiler/span/Cargo.toml b/compiler/span/Cargo.toml index 2fe0abbc4c..7b270cfee7 100644 --- a/compiler/span/Cargo.toml +++ b/compiler/span/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.indexmap] workspace = true diff --git a/docs/grammar/Cargo.toml b/docs/grammar/Cargo.toml index 71bd524865..b196b09c54 100644 --- a/docs/grammar/Cargo.toml +++ b/docs/grammar/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.anyhow] version = "1.0" diff --git a/errors/Cargo.toml b/errors/Cargo.toml index dd32deee25..021b8d618f 100644 --- a/errors/Cargo.toml +++ b/errors/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.leo-span] workspace = true diff --git a/leo/package/Cargo.toml b/leo/package/Cargo.toml index 8ed769c046..5de5d116fe 100644 --- a/leo/package/Cargo.toml +++ b/leo/package/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.leo-errors] workspace = true diff --git a/tests/test-framework/Cargo.toml b/tests/test-framework/Cargo.toml index 18e0e06f20..fcad45138e 100644 --- a/tests/test-framework/Cargo.toml +++ b/tests/test-framework/Cargo.toml @@ -16,7 +16,7 @@ categories = [ "compilers", "cryptography", "web-programming" ] include = [ "Cargo.toml", "src", "benches", "README.md", "LICENSE.md" ] license = "GPL-3.0" edition = "2018" -rust-version = "1.69" +rust-version = "1.82.0" [[bench]] name = "leo_compiler" diff --git a/utils/disassembler/Cargo.toml b/utils/disassembler/Cargo.toml index 847efb3018..ee1eb21975 100644 --- a/utils/disassembler/Cargo.toml +++ b/utils/disassembler/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" [lib] path = "src/lib.rs" diff --git a/utils/retriever/Cargo.toml b/utils/retriever/Cargo.toml index 944bf0793e..491d48f4c6 100644 --- a/utils/retriever/Cargo.toml +++ b/utils/retriever/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] workspace = true