Skip to content

Commit 02caff4

Browse files
authored
add alloc feature to no-std hex (#125)
1 parent 3c8c04c commit 02caff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
env_logger = { version = "0.7", optional = true }
99
ws = { version = "0.9.1", optional = true, features = ["ssl"] }
10-
hex = { version = "0.4.2", default-features = false }
10+
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
1111
log = { version = "0.4", optional = true }
1212
serde = { version = "1.0", optional = true, features = ["derive"] }
1313
serde_json = { version = "1.0", optional = true }

client-keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
parking_lot = "0.10.0"
99
async-trait = "0.1.30"
10-
hex = "0.4.2"
10+
hex = "0.4"
1111
serde_json = "1.0"
1212

1313
[dependencies.sp-core]

0 commit comments

Comments
 (0)