Skip to content

Commit

Permalink
toml sort
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat committed Jan 13, 2025
1 parent 7fd4f23 commit 6b9111f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evm-template/template-fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quinn-proto = { version = "0.9.6", features = [ "arbitrary" ] }
ziggy = { workspace = true }
quinn-proto = { version = "0.9.6", features = ["arbitrary"] }

evm-runtime-template = { path = "../runtime" }
parachains-common = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion generic-template/template-fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quinn-proto = { version = "0.9.6", features = ["arbitrary"] }
quinn-proto = { version = "0.9.6", features = [ "arbitrary" ] }
ziggy = { workspace = true }

generic-runtime-template = { path = "../runtime" }
Expand Down

0 comments on commit 6b9111f

Please sign in to comment.