Skip to content

Commit

Permalink
chore: Adjust MSRV for bellpepper (#35)
Browse files Browse the repository at this point in the history
- Downgraded the minimum required Rust version for the Bellpepper crate to increase compatibility.
  • Loading branch information
huitseeker authored Oct 19, 2023
1 parent 7422cd4 commit 8f8c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bellpepper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/lurk-lab/bellpepper"
version = "0.2.1"
readme = "README.md"
edition = "2021"
rust-version = "1.72.0"
rust-version = "1.66.0"

[dependencies]
bellpepper-core = { version = "0.2", path = "../bellpepper-core" }
Expand Down

0 comments on commit 8f8c6e3

Please sign in to comment.