Skip to content

Commit 70c4cd5

Browse files
committed
remove decimal default feature
1 parent fdefeb7 commit 70c4cd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duration-str"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
55
edition = "2018"
66
description = "duration string parser"
@@ -19,7 +19,7 @@ anyhow = "1.0.38"
1919
chrono = { version = "0.4.19", optional = true }
2020
serde = { version = "1.0.124", features = ["derive"], optional = true }
2121
serde_json = { version = "1.0.64", optional = true }
22-
rust_decimal = "1.15"
22+
rust_decimal = { version = "1.15", default-features = false }
2323

2424
[features]
25-
default = ["chrono","serde","serde_json"]
25+
default = ["chrono", "serde", "serde_json"]

0 commit comments

Comments
 (0)