We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89ab718 + 41cdb3d commit f69d8b8Copy full SHA for f69d8b8
crates/winnow-rfc3339/Cargo.toml
@@ -18,7 +18,7 @@ winnow_datetime = { path = "../winnow-datetime", version = "0.1.0" }
18
chrono = { version = "0.4", default-features = false, optional = true }
19
time = { version = "0.3.37", default-features = false, optional = true }
20
num-traits = { version = "0.2", optional = true }
21
-winnow_datetime_assert = { path = "../winnow-datetime-assert" }
+winnow_datetime_assert = { path = "../winnow-datetime-assert", version = "0.1.0" }
22
serde = { version = "1.0.217", features = ["derive"], optional = true }
23
24
[dev-dependencies ]
0 commit comments