Bump MSRV to 1.63 for socket 0.5.3
This commit is contained in:
parent
3507333392
commit
e607714b39
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: 1.60.0
|
toolchain: 1.63.0
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
name = "instant-acme"
|
name = "instant-acme"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.63"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Async pure-Rust ACME client"
|
description = "Async pure-Rust ACME client"
|
||||||
homepage = "https://github.com/instant-labs/instant-acme"
|
homepage = "https://github.com/instant-labs/instant-acme"
|
||||||
|
@ -9,7 +10,6 @@ repository = "https://github.com/instant-labs/instant-acme"
|
||||||
documentation = "https://docs.rs/instant-acme"
|
documentation = "https://docs.rs/instant-acme"
|
||||||
keywords = ["letsencrypt", "acme"]
|
keywords = ["letsencrypt", "acme"]
|
||||||
categories = ["web-programming", "api-bindings"]
|
categories = ["web-programming", "api-bindings"]
|
||||||
rust-version = "1.60.0"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["hyper-rustls"]
|
default = ["hyper-rustls"]
|
||||||
|
|
Loading…
Reference in New Issue