mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
Raise MSRV to 1.56
This commit is contained in:
parent
2b6221518e
commit
6ed27ae11c
2 changed files with 2 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: 1.54
|
||||
toolchain: 1.56
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions-rs/cargo@v1
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/icewind1991/nextcloud-config-parser"
|
||||
documentation = "https://docs.rs/nextcloud-config-parser"
|
||||
rust-version = "1.56"
|
||||
|
||||
[dependencies]
|
||||
redis = { version = "0.21", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue