update literal parser

This commit is contained in:
Robin Appelman 2021-09-09 16:32:05 +02:00
commit b388c2ccf0
4 changed files with 43 additions and 14 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "nextcloud-config-parser"
description = "Rust parser for nextcloud config files"
version = "0.4.1"
version = "0.4.2"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -11,7 +11,7 @@ documentation = "https://docs.rs/nextcloud-config-parser"
[dependencies]
redis = { version = "0.21", optional = true }
thiserror = "1"
php-literal-parser = { version = "0.2", default-features = false }
php-literal-parser = { version = "0.3", default-features = false }
sqlx = { version = "0.5", features = ["any", "mysql", "sqlite", "postgres"], optional = true }
[dev-dependencies]