Skip to content

Commit

Permalink
fix taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Nov 28, 2024
1 parent 6986601 commit 62e66cd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ clap = ["dep:clap", "std"]
default = []
serde = ["dep:serde"]
std = [
"cid/scale-codec",
"cid/std",
"codec/std",
"dep:filecoin-proofs",
"scale-info/std",
"serde/std",
"sha2/std",
"sp-api/std",
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
"thiserror/std",
"cid/scale-codec",
"cid/std",
"codec/std",
"dep:filecoin-proofs",
"scale-info/std",
"serde/std",
"sha2/std",
"sp-api/std",
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
"thiserror/std",
]

0 comments on commit 62e66cd

Please sign in to comment.