Skip to content

Commit

Permalink
chore: Downgrade minimum Rust version to 1.71.1 (#844)
Browse files Browse the repository at this point in the history
- Downgraded the minimum Rust language version utilizable in the project.
- our MSRV was temporarily increased due to an erroneous increase in the dev branch of bellpepper. THis was fixed in argumentcomputer/bellpepper#35
  • Loading branch information
huitseeker authored Nov 3, 2023
1 parent 014c4d1 commit 6218635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
description = "Turing-Complete Zero Knowledge"
edition = "2021"
repository = "https://github.com/lurk-lab/lurk-rs"
rust-version = "1.72.0"
rust-version = "1.71.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 6218635

Please sign in to comment.