Skip to content

Commit

Permalink
fix: TOML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Jan 10, 2025
1 parent 13b34bf commit dfede5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagext/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clap = { workspace = true, features = ["derive", "env"] }
codec.workspace = true
frame-support = { workspace = true, features = ["std"] }
hex = { workspace = true, features = ["serde", "std"] }
libp2p.workspace = true
primitives = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand All @@ -27,7 +28,6 @@ tokio = { workspace = true, features = ["rt-multi-thread"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
url = { workspace = true }
libp2p.workspace = true

[lints]
workspace = true

0 comments on commit dfede5a

Please sign in to comment.