Skip to content

Commit 4e889f3

Browse files
authored
Merge pull request #685 from nextcloud/config-parser-015
update config parser to 0.15
2 parents e8f9000 + 1d3b1a1 commit 4e889f3

3 files changed

Lines changed: 50 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "notify_push"
55
version = "0.1.0" # this version number is unused, the version number for the binary will be extracted from the appinfo/info.xml during build
66
authors = ["Robin Appelman <robin@icewind.nl>"]
77
edition = "2021"
8-
rust-version = "1.85.0"
8+
rust-version = "1.88.0"
99

1010
[dependencies]
1111
redis = { version = "0.31.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async", "keep-alive", "tls-rustls", "tokio-rustls-comp", "tls-rustls-webpki-roots", "tls-rustls-insecure"] }
@@ -29,7 +29,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
2929
ahash = "0.8.12"
3030
flexi_logger = { version = "0.29.8", features = ["colors"] }
3131
tokio-stream = { version = "0.1.17", features = ["net"] }
32-
nextcloud-config-parser = "0.14.1"
32+
nextcloud-config-parser = "0.15.1"
3333
url = "2.5.4"
3434
clap = { version = "4.5.43", features = ["derive"] }
3535
sd-notify = { version = "0.4.5", optional = true }

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ listen('my_message_type', (message_type, optional_body) => {
129129

130130
## Building
131131

132-
The server binary is built using rust and cargo, and requires a minimum of rust `1.85`.
132+
The server binary is built using rust and cargo, and requires a minimum of rust `1.88`.
133133

134134
- Install `rust` through your package manager or [rustup](https://rustup.rs/)
135135
- Run `cargo build`

0 commit comments

Comments
 (0)