Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
XVM types cargo deps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Oct 25, 2022
1 parent 902fcbf commit 5d72e25
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions chain-extensions/types/xvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v
[features]
default = ["std"]
std = [
"codec/std",
"scale-info/std",
"sp-runtime/std",
"ink_prelude/std",
"codec/std",
"frame-support/std",
"scale-info/std",
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
]

0 comments on commit 5d72e25

Please sign in to comment.