Raise MSRV to 1.56

This commit is contained in:
Jakub Onderka 2022-08-30 17:36:41 +02:00 committed by Jakub Onderka
commit 6ed27ae11c
2 changed files with 2 additions and 1 deletions

View file

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

View file

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