Skip to content

Commit 33aef21

Browse files
authored
Merge pull request #6128 from cakebaker/cargo_toml_remove_caret
Cargo.toml: remove unnecessary caret
2 parents d060134 + e1adc18 commit 33aef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ binary-heap-plus = "0.5.0"
263263
bstr = "1.9.1"
264264
bytecount = "0.6.7"
265265
byteorder = "1.5.0"
266-
chrono = { version = "^0.4.35", default-features = false, features = [
266+
chrono = { version = "0.4.35", default-features = false, features = [
267267
"std",
268268
"alloc",
269269
"clock",

0 commit comments

Comments
 (0)