diff --git a/.clippy.toml b/.clippy.toml index eae384e9..6ef60342 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1,4 +1,3 @@ -msrv = "1.60" avoid-breaking-exported-api = false disallowed-methods = [ # https://github.com/serde-rs/json/issues/160 diff --git a/crates/ruma-state-res/.clippy.toml b/crates/ruma-state-res/.clippy.toml index aee60a71..7fdcdaa2 100644 --- a/crates/ruma-state-res/.clippy.toml +++ b/crates/ruma-state-res/.clippy.toml @@ -1,4 +1,3 @@ -msrv = "1.60" avoid-breaking-exported-api = false disallowed-methods = [ # https://github.com/serde-rs/json/issues/160