Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Feb 8, 2025
1 parent 1c6d9e2 commit 99ecfb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ bytes = "1.10"
serde.workspace = true
ordered-multimap = "0.7"
bitflags = { version = "2.6", features = ["serde"] }
postcard = { version = "1.1", default-features = false, features = ["experimental-derive"]}
postcard = { version = "1.1", default-features = false, features = [
"experimental-derive",
] }

[dev-dependencies]
bevy = { workspace = true, features = [
Expand Down

0 comments on commit 99ecfb2

Please sign in to comment.