Raise MSRV to 1.55

Otherwise `cargo check` errors on the `-Wclippy::…` arguments from
`.cargo/config.toml`.
Usage as a dependency continues to work with 1.53 for now, but since
it's not changed this could soon change.
This commit is contained in:
Jonas Platte
2021-10-19 21:36:39 +02:00
parent 1aca228f51
commit 0e49b70d65
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
msrv = "1.53"
msrv = "1.55"
avoid-breaking-exported-api = false
disallowed-types = []
enforced-import-renames = [ { path = "serde_json::Value", rename = "JsonValue" } ]