mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
Update MSRV in all the other crates to match.
This commit is contained in:
parent
180bd99ddf
commit
4afc757216
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user