Skip to content

Commit 692fb92

Browse files
author
Joshua Mir
committed
fixed some compilation errors
1 parent b023f2f commit 692fb92

File tree

3 files changed

+194
-63
lines changed

3 files changed

+194
-63
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datdot-node/pallets/datdot/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ sp-runtime = { version = "2.0.0-rc4", default-features = false }
2020
sp-std = { version = "2.0.0-rc4", default-features = false }
2121
sp-io = { version = "2.0.0-rc4", default-features = false }
2222
sp-core = { version = "2.0.0-rc4", default-features = false }
23+
sp-arithmetic = { version = "2.0.0-rc4", default-features = false }
2324
rand_chacha = { version = "0.2", default-features = false }
2425
brotli = { version = "3.3.0", default-features = false }
2526

@@ -36,6 +37,7 @@ std = [
3637
"frame-system/std",
3738
"sp-io/std",
3839
"sp-core/std",
40+
"sp-arithmetic/std",
3941
"sp-std/std",
4042
"brotli/std"
4143
]

0 commit comments

Comments
 (0)