We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdefeb7 commit 70c4cd5Copy full SHA for 70c4cd5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "duration-str"
3
-version = "0.3.1"
+version = "0.3.2"
4
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
5
edition = "2018"
6
description = "duration string parser"
@@ -19,7 +19,7 @@ anyhow = "1.0.38"
19
chrono = { version = "0.4.19", optional = true }
20
serde = { version = "1.0.124", features = ["derive"], optional = true }
21
serde_json = { version = "1.0.64", optional = true }
22
-rust_decimal = "1.15"
+rust_decimal = { version = "1.15", default-features = false }
23
24
[features]
25
-default = ["chrono","serde","serde_json"]
+default = ["chrono", "serde", "serde_json"]
0 commit comments