Skip to content

Commit 2fe7f68

Browse files
Beanoweldruin
authored andcommitted
fix: Update MSRV in Cargo.toml
Closes #43 The MSRV was bumped in #42 but missed the `package.rust-version` metadata.
1 parent 62c17d3 commit 2fe7f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/nb"
1111
readme = "README.md"
1212
version = "1.1.0"
1313
edition = "2018"
14-
rust-version = "1.60"
14+
rust-version = "1.62"
1515

1616
[features]
1717
"defmt-0-3" = ["dep:defmt"]

0 commit comments

Comments
 (0)