aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7d6d33..bae5ff2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "document-features"
-version = "0.2.7"
+version = "0.2.8"
authors = ["Slint Developers <info@slint-ui.com>"]
description = "Extract documentation for the feature flags from comments in Cargo.toml"
homepage = "https://slint-ui.com"
@@ -32,7 +32,7 @@ path = "lib.rs"
proc-macro = true
[dependencies.litrs]
-version = "0.2.3"
+version = "0.4.1"
default-features = false
[features]