Skip to content

Commit

Permalink
chore: bump criterion and MSRV to 1.59
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Mar 11, 2023
1 parent 360edea commit ab80227
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/AeroRust/nmea"
readme = "README.md"

edition = "2021"
rust-version = "1.56"
rust-version = "1.59"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -40,8 +40,7 @@ approx = "0.5.1"
doc-comment = "0.3"
pretty_assertions = "1"
quickcheck = { version = "1.0.3", default-features = false }
# Criterion 0.4 will force us to use MSRV of 1.57!
criterion = "0.3"
criterion = "0.4"

[features]
default = ["std"]
Expand Down

0 comments on commit ab80227

Please sign in to comment.