Skip to content

Commit b3700e1

Browse files
committed
Update MSRV
1 parent 5e72794 commit b3700e1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT or Apache-2.0"
66
description = "A pure-Rust Spiel format parser, client, and proxy implementation."
77
repository = "https://github.com/TTWNO/spiel"
88
categories = ["no-std::no-alloc", "parser-implementation", "multimedia::audio", "multimedia::encoding"]
9-
rust-version = "1.65"
9+
rust-version = "1.87"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Note that features with an unmarked checkbox are not yet implemented.
1717

1818
## MSRV
1919

20-
With no features enabled, our only dependency is `nom`.
21-
This gives us an official MSRV of `1.65`.
22-
If `nom` increases their MSRV, we will too.
20+
We use the [`str::from_utf8`] which was introduced in Rust `1.87`; with no features enabled, this is our MSRV.
2321

2422
With other features, YMMV.
2523

0 commit comments

Comments
 (0)