update msrv to 1.63

Signed-off-by: Martichou <m@rtin.fyi>
This commit is contained in:
Martichou 2023-07-15 22:24:50 +02:00
parent f63de8b36b
commit 1aa212a5c9
No known key found for this signature in database
GPG Key ID: 1E6C87EAF2616B3E
13 changed files with 13 additions and 13 deletions

View File

@ -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 }}

View File

@ -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"

View File

@ -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

View File

@ -1,4 +1,4 @@
#[rustversion::stable(1.60)] // MSRV
#[rustversion::stable(1.63)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();

View File

@ -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"]

View File

@ -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 = []

View File

@ -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 }

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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 }

View File

@ -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"

View File

@ -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]