Skip to content

Commit e90dba1

Browse files
committed
style(core): sort dependencies
1 parent a7eee80 commit e90dba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/r3_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ _full = []
2121

2222
[dependencies]
2323
stable_deref_trait = { version = "1.2.0", default-features = false }
24+
chrono_0p4 = { version = "0.4.13", package = "chrono", optional = true, default-features = false }
2425
svgbobdoc = { version = "0.3.0-alpha.4" }
2526
tokenlock = { version = "0.3.4", default-features = false }
2627
arrayvec = { version = "0.7.1", default-features = false }
2728
bitflags = { version = "1.2.1" }
2829
macropol = { version = "0.1.2" }
29-
chrono_0p4 = { version = "0.4.13", package = "chrono", optional = true, default-features = false }
3030
either = { version = "1.6.1", default-features = false }
3131
elain = { version = "0.3.0" }
3232

0 commit comments

Comments
 (0)