Declare MSRV in Cargo manifests, not .clippy.toml (#1206)

This commit is contained in:
Jonas Platte
2022-07-28 15:31:47 +02:00
committed by GitHub
parent e6fb53fd68
commit 141198ce19
5 changed files with 4 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
msrv = "1.56"
+1
View File
@@ -2,6 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Core types and traits for axum"
edition = "2021"
rust-version = "1.56"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
+1
View File
@@ -2,6 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Extra utilities for axum"
edition = "2021"
rust-version = "1.56"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
+1
View File
@@ -2,6 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Macros for axum"
edition = "2021"
rust-version = "1.56"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["axum"]
license = "MIT"
+1
View File
@@ -4,6 +4,7 @@ version = "0.5.10"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"
rust-version = "1.56"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"