Skip to content

Commit 72f35e0

Browse files
committed
Fix zepter
1 parent dfabf43 commit 72f35e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

primitives/safe-math/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ default = ["std"]
1616
std = [
1717
"substrate-fixed/std",
1818
"sp-std/std",
19+
"num-traits/std",
1920
]

primitives/share-pool/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ default = ["std"]
1616
std = [
1717
"substrate-fixed/std",
1818
"sp-std/std",
19+
"safe-math/std",
1920
]

0 commit comments

Comments
 (0)