Update MSRV in all the other crates to match.

This commit is contained in:
Michael Benfield 2024-11-04 13:23:30 -08:00
parent 180bd99ddf
commit 4afc757216
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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