1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

inline workspace package properties

msrv needs to be 1.64
This commit is contained in:
Rob Ede 2023-03-23 11:40:54 +00:00
parent b948ac9f7a
commit 77ee27b4ae
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
9 changed files with 20 additions and 19 deletions

View File

@ -11,9 +11,10 @@ members = [
"actix-web-httpauth",
]
[workspace.package]
edition = "2018"
rust-version = "1.60"
# TODO(MSRV 1.64)
# [workspace.package]
# edition = "2018"
# rust-version = "1.60"
[patch.crates-io]
actix-cors = { path = "./actix-cors" }

View File

@ -10,8 +10,8 @@ keywords = ["actix", "cors", "web", "security", "crossorigin"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

View File

@ -10,8 +10,8 @@ keywords = ["actix", "auth", "identity", "web", "security"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[lib]
name = "actix_identity"

View File

@ -10,8 +10,8 @@ keywords = ["actix-web", "rate-api", "rate-limit", "limitation"]
categories = ["asynchronous", "web-programming"]
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[features]
default = ["session"]

View File

@ -10,8 +10,8 @@ keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[lib]
name = "actix_protobuf"

View File

@ -8,8 +8,8 @@ keywords = ["actix", "redis", "async"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
categories = ["network-programming", "asynchronous"]
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[package.metadata.docs.rs]
all-features = true

View File

@ -10,8 +10,8 @@ keywords = ["http", "web", "framework", "async", "session"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[package.metadata.docs.rs]
all-features = true

View File

@ -7,8 +7,8 @@ authors = [
]
description = "Easily manage Actix Web's settings from a TOML file and environment variables"
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[dependencies]
actix-http = "3"

View File

@ -11,8 +11,8 @@ homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
edition.workspace = true
rust-version.workspace = true
edition = "2018"
rust-version = "1.60"
[lib]
name = "actix_web_httpauth"