Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx committed Oct 14, 2024
1 parent 6566620 commit 9e90bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions substrate/primitives/allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { features = ["derive"], workspace = true }
log = { workspace = true, default-features = true }
log = { workspace = true }
thiserror = { workspace = true, optional = true }
# sp-core.workspace = true
# sp-core.default-features = true
# sp-wasm-interface.workspace = true
# sp-wasm-interface.default-features = true
sp-wasm-interface-common.workspace = true
sp-wasm-interface-common.default-features = true
sp-wasm-interface-common = { workspace = true }

[features]
default = [ "std" ]
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/version/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
codec = { features = ["derive"], workspace = true, default-features = true }
codec = { features = ["derive"], workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { features = ["extra-traits", "fold", "full", "visit"], workspace = true }
Expand Down

0 comments on commit 9e90bd2

Please sign in to comment.