Skip to content

Commit

Permalink
Add std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Nov 2, 2023
1 parent 0ac5f52 commit e961df0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-l

pendulum-runtime = { path = "../pendulum" }
amplitude-runtime = {path = "../amplitude" }

[features]
default = ["std"]
std = [
"codec/std",
]

0 comments on commit e961df0

Please sign in to comment.