Skip to content

Commit

Permalink
Format Cargo.toml files (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Oct 13, 2024
1 parent d87ae7c commit c4e50d4
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 @@ -273,9 +273,9 @@ url = "2.5.0"

# Other (wasm)
arbitrary = { version = "1.3.2", default-features = false }
arrayvec = { version = "0.7.4", default-features = false }
ark-bn254 = { version = "0.4.0", default-features = false, features = ["curve"] }
ark-ff = { version = "0.4.0", default-features = false }
arrayvec = { version = "0.7.4", default-features = false }
cfg-if = { version = "1.0.0" }
fixed = { version = "=1.15.0", default-features = false, features = ["num-traits"] }
# Hashbrown works in no_std by default and default features are used in Rikiddo
Expand Down
2 changes: 1 addition & 1 deletion zrml/combinatorial-tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ sp-io = { workspace = true, optional = true }
zrml-market-commons = { workspace = true, optional = true }

[dev-dependencies]
test-case = { workspace = true }
rstest = { workspace = true }
test-case = { workspace = true }
zrml-combinatorial-tokens = { workspace = true, features = ["default", "mock"] }

[features]
Expand Down

0 comments on commit c4e50d4

Please sign in to comment.