mirror of https://github.com/fafhrd91/actix-net
update msrv to 1.63
Signed-off-by: Martichou <m@rtin.fyi>
This commit is contained in:
parent
f63de8b36b
commit
1aa212a5c9
|
@ -23,7 +23,7 @@ jobs:
|
|||
- { name: Windows (MinGW), os: windows-latest, triple: x86_64-pc-windows-gnu }
|
||||
- { name: Windows (32-bit), os: windows-latest, triple: i686-pc-windows-msvc }
|
||||
version:
|
||||
- 1.60.0
|
||||
- 1.63.0
|
||||
- stable
|
||||
|
||||
name: ${{ matrix.target.name }} / ${{ matrix.version }}
|
||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/actix/actix-net"
|
|||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2"
|
||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/actix/actix-net.git"
|
|||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#[rustversion::stable(1.60)] // MSRV
|
||||
#[rustversion::stable(1.63)] // MSRV
|
||||
#[test]
|
||||
fn compile_macros() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/actix/actix-net.git"
|
|||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[features]
|
||||
default = ["macros"]
|
||||
|
|
|
@ -13,7 +13,7 @@ homepage = "https://actix.rs"
|
|||
repository = "https://github.com/actix/actix-net.git"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous", "no-std"]
|
|||
repository = "https://github.com/actix/actix-net"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
futures-core = { version = "0.3.17", default-features = false }
|
||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/actix/actix-net.git"
|
|||
categories = ["network-programming", "asynchronous", "cryptography"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
|
@ -10,7 +10,7 @@ documentation = "https://docs.rs/actix-tracing"
|
|||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
actix-service = "2"
|
||||
|
|
|
@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]
|
|||
repository = "https://github.com/actix/actix-net"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
pin-project-lite = "0.2"
|
||||
|
|
|
@ -12,7 +12,7 @@ homepage = "https://actix.rs"
|
|||
repository = "https://github.com/actix/actix-net.git"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.2", default-features = false }
|
||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/actix/actix-net.git"
|
|||
keywords = ["channel", "local", "futures"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
futures-core = "0.3.17"
|
||||
|
|
|
@ -11,6 +11,6 @@ keywords = ["waker", "local", "futures", "no-std"]
|
|||
categories = ["asynchronous", "no-std"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue