nix based ci

This commit is contained in:
Robin Appelman 2023-11-30 20:56:43 +01:00
commit 295231ae92
7 changed files with 2232 additions and 54 deletions

View file

@ -7,7 +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.58"
rust-version = "1.65.0"
[dependencies]
redis = { version = "0.23.3", optional = true, default-features = false }