Skip to content

Commit

Permalink
Update MSRV in all the other crates to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenfield committed Nov 4, 2024
1 parent 180bd99 commit 4afc757
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion compiler/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion compiler/span/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/grammar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion leo/package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion utils/disassembler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion utils/retriever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4afc757

Please sign in to comment.