mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
increase MSRV to 1.34.2 to use Try(From|Into)
0.2.0 isn't released yet, so I'll just do that sneakily
This commit is contained in:
parent
7bdf2db629
commit
918030363a
3 changed files with 7 additions and 2 deletions
|
|
@ -96,4 +96,5 @@ fn main() {
|
|||
```
|
||||
|
||||
# MSRV-Policy
|
||||
`stuff`s current MSRV is `1.31.1`, and this version will not get raised unless absolutely necessary.
|
||||
`stuff`s current MSRV is `1.34.2`. This version *can* get increased in a non-breaking change, but such changes
|
||||
are avoided unless necessary. Features requiring a newer Rust version might get gated behind optional features in the futurey.
|
||||
Loading…
Add table
Add a link
Reference in a new issue