Skip to content

Commit

Permalink
CI: break Cargo.toml format for test
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Jan 11, 2025
1 parent 5baac5d commit 9e67dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ winapi = { version = "0.3.9", features = [
"winreg",
"handleapi",
] }
chrono = { version = "0.4.6", optional = true }
chrono = { version = "0.4.6", optional = true }
serde = { version = "1", optional = true }

[dev-dependencies]
Expand All @@ -40,7 +40,7 @@ transactions = ["winapi/ktmw32"]
serialization-serde = ["transactions", "serde"]

[[example]]
name = "basic_usage"
name ="basic_usage"
required-features = ["chrono"]

[[example]]
Expand Down

0 comments on commit 9e67dec

Please sign in to comment.