Bump MSRV to 1.75 for `async fn` in traits.

This commit is contained in:
Sergio Benitez 2024-01-30 09:18:40 -08:00
parent fd294049c7
commit 38dbab8dd3
9 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[lib]
proc-macro = true

View File

@ -8,7 +8,7 @@ readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[package.metadata.docs.rs]
all-features = true

View File

@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["rocket", "framework", "templates", "templating", "engine"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[features]
tera = ["tera_"]

View File

@ -8,7 +8,7 @@ readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[lib]
proc-macro = true

View File

@ -8,7 +8,7 @@ readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[features]
diesel_sqlite_pool = ["diesel/sqlite", "diesel/r2d2"]

View File

@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["rocket", "web", "framework", "websocket"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[features]
default = ["tungstenite"]

View File

@ -10,7 +10,7 @@ readme = "../../README.md"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[lib]
proc-macro = true

View File

@ -13,7 +13,7 @@ keywords = ["rocket", "web", "framework", "http"]
license = "MIT OR Apache-2.0"
categories = ["web-programming"]
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[features]
default = []

View File

@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
build = "build.rs"
categories = ["web-programming::http-server"]
edition = "2021"
rust-version = "1.64"
rust-version = "1.75"
[package.metadata.docs.rs]
all-features = true