1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02: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
9 changed files with 20 additions and 19 deletions

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