1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Cargo.toml: remove unnecessary caret

This commit is contained in:
Daniel Hofstetter 2024-03-25 10:37:15 +01:00
parent e4a1455af5
commit e1adc1866e

View file

@ -263,7 +263,7 @@ binary-heap-plus = "0.5.0"
bstr = "1.9.1" bstr = "1.9.1"
bytecount = "0.6.7" bytecount = "0.6.7"
byteorder = "1.5.0" byteorder = "1.5.0"
chrono = { version = "^0.4.35", default-features = false, features = [ chrono = { version = "0.4.35", default-features = false, features = [
"std", "std",
"alloc", "alloc",
"clock", "clock",