Skip to content

Commit 2bf76bc

Browse files
committed
Specify time crate version in the [dev-dependencies] section
1 parent 4216b6d commit 2bf76bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ btoi = "0.4.3"
6565
zstd = "0.13"
6666

6767
[dev-dependencies]
68-
time = { version = "*", features = ["macros"] }
68+
time = { version = "0.3", features = ["macros"] }
6969
proptest = "1.0"
7070
unic-langid = { version = "0.9.4" }
7171

0 commit comments

Comments
 (0)