Skip to content

Commit 41cdb3d

Browse files
committed
Missed crate version
1 parent 89ab718 commit 41cdb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/winnow-rfc3339/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ winnow_datetime = { path = "../winnow-datetime", version = "0.1.0" }
1818
chrono = { version = "0.4", default-features = false, optional = true }
1919
time = { version = "0.3.37", default-features = false, optional = true }
2020
num-traits = { version = "0.2", optional = true }
21-
winnow_datetime_assert = { path = "../winnow-datetime-assert" }
21+
winnow_datetime_assert = { path = "../winnow-datetime-assert", version = "0.1.0" }
2222
serde = { version = "1.0.217", features = ["derive"], optional = true }
2323

2424
[dev-dependencies ]

0 commit comments

Comments
 (0)