Skip to content

Commit

Permalink
fix: Update MSRV in Cargo.toml
Browse files Browse the repository at this point in the history
Closes #43

The MSRV was bumped in #42 but missed the `package.rust-version` metadata.
  • Loading branch information
Beanow authored and eldruin committed Oct 27, 2023
1 parent 62c17d3 commit 2fe7f68
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 @@ -11,7 +11,7 @@ documentation = "https://docs.rs/nb"
readme = "README.md"
version = "1.1.0"
edition = "2018"
rust-version = "1.60"
rust-version = "1.62"

[features]
"defmt-0-3" = ["dep:defmt"]
Expand Down

0 comments on commit 2fe7f68

Please sign in to comment.