Skip to content

Commit f9146e6

Browse files
committed
fix
1 parent 1aae6b4 commit f9146e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

currencies/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ orml-utilities = { path = "../utilities", version = "1.5.0", default-features =
2525
pallet-balances = { workspace = true, features = ["std"] }
2626
sp-core = { workspace = true, features = ["std"] }
2727

28-
orml_tokens = { package = "orml-tokens", path = "../tokens" }
28+
orml_tokens = { package = "orml-tokens", path = "../tokens", features = ["std"] }
2929

3030
[features]
3131
default = [ "std" ]

payments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ orml-traits = {path = "../traits", version = "1.5.0", default-features = false }
2626
sp-core = { workspace = true }
2727
sp-io = { workspace = true }
2828

29-
orml-tokens = { path = "../tokens" }
29+
orml-tokens = { path = "../tokens", features = ["std"] }
3030

3131
[features]
3232
default = [ 'std' ]

0 commit comments

Comments
 (0)