Skip to content

Commit

Permalink
Specify time crate version in the [dev-dependencies] section
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Dec 31, 2024
1 parent 4216b6d commit 2bf76bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ btoi = "0.4.3"
zstd = "0.13"

[dev-dependencies]
time = { version = "*", features = ["macros"] }
time = { version = "0.3", features = ["macros"] }
proptest = "1.0"
unic-langid = { version = "0.9.4" }

Expand Down

0 comments on commit 2bf76bc

Please sign in to comment.