Skip to content

Commit 7800a6c

Browse files
committed
Widen the version range for duration-str
1 parent 1ab855e commit 7800a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ chrono = { version = "0.4.31", optional = true, default-features = false, featur
5858
] }
5959
chrono-tz = { version = ">=0.6, <0.11.0", optional = true }
6060
chronoutil = { version = "0.2", optional = true }
61-
duration-str = { version = "0.13", optional = true, default-features = false }
61+
duration-str = { version = ">=0.11, <0.14", optional = true, default-features = false }
6262

6363
[dev-dependencies.tokio]
6464
version = "1.5"

0 commit comments

Comments
 (0)