diff --git a/Cargo.toml b/Cargo.toml index e01bf7035..9a585a9a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "bytes" # - Create "v1.x.y" git tag. version = "1.11.1" edition = "2021" -rust-version = "1.57" +rust-version = "1.60" license = "MIT" authors = [ "Carl Lerche ", diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 5cccb362c..000000000 --- a/clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.57"