Skip to content

Commit 9e67dec

Browse files
committed
CI: break Cargo.toml format for test
1 parent 5baac5d commit 9e67dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ winapi = { version = "0.3.9", features = [
2424
"winreg",
2525
"handleapi",
2626
] }
27-
chrono = { version = "0.4.6", optional = true }
27+
chrono = { version = "0.4.6", optional = true }
2828
serde = { version = "1", optional = true }
2929

3030
[dev-dependencies]
@@ -40,7 +40,7 @@ transactions = ["winapi/ktmw32"]
4040
serialization-serde = ["transactions", "serde"]
4141

4242
[[example]]
43-
name = "basic_usage"
43+
name ="basic_usage"
4444
required-features = ["chrono"]
4545

4646
[[example]]

0 commit comments

Comments
 (0)