Bump MSRV to 1.60

This commit is contained in:
Jonas Platte
2022-06-01 14:52:02 +02:00
parent 34b549f89f
commit 07af61d784
16 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
msrv = "1.59"
msrv = "1.60"
avoid-breaking-exported-api = false
disallowed-methods = [
# https://github.com/serde-rs/json/issues/160

View File

@@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
version = "0.7.0"
edition = "2021"
rust-version = "1.59"
rust-version = "1.60"
[package.metadata.docs.rs]
all-features = true