This commit is contained in:
Robin Appelman 2026-05-06 17:14:31 +02:00
commit cbbfa41a58
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -797,7 +797,7 @@ dependencies = [
[[package]]
name = "nextcloud-config-parser"
version = "0.15.2"
version = "0.15.3"
dependencies = [
"form_urlencoded",
"indexmap",

View file

@ -1,7 +1,7 @@
[package]
name = "nextcloud-config-parser"
description = "Rust parser for nextcloud config files"
version = "0.15.2"
version = "0.15.3"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
license = "MIT OR Apache-2.0"