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:
nora 2022-04-06 20:39:50 +02:00
parent 7bdf2db629
commit 918030363a
3 changed files with 7 additions and 2 deletions

View file

@ -11,7 +11,7 @@ license = "MIT"
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
categories = ["data-structures", "memory-management", "no-std"]
include = ["Cargo.toml", "LICENSE", "src", "README.md"]
rust-version = "1.31.1"
rust-version = "1.34.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html