Skip to content

Commit

Permalink
taplo format --config .config/taplo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed May 6, 2024
1 parent a1d0353 commit 67d407b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ default_constructed_unit_structs = { level = "allow", priority = 2 } # stylistic
[workspace.dependencies]
aquamarine = "0.5.0"
array-bytes = { version = "6.2.2", default-features = false }
bitflags = "1.3.2"
bitflags = "1.3.2"
bs58 = { version = "0.5.0", default-features = false }
criterion = { version = "0.5.1", default-features = false }
itertools = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ litep2p = { git = "https://github.com/paritytech/litep2p", rev = "e03a6023882db1
multiaddr = "0.17.0"
multihash = { version = "0.17.0", default-features = false, features = ["identity", "multihash-impl", "sha2", "std"] }
rand = { workspace = true, default-features = false }
thiserror = "1.0.48"
thiserror = "1.0.48"

0 comments on commit 67d407b

Please sign in to comment.