mirror of https://github.com/rwf2/Rocket.git
Bump MSRV to 1.75 for `async fn` in traits.
This commit is contained in:
parent
fd294049c7
commit
38dbab8dd3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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_"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = []
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue