Skip to content

Commit 667a424

Browse files
Apply changes related to 42 RP at tiny-bip39
1 parent cd69aae commit 667a424

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.

crates/humanode-peer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sp-panic-handler = { workspace = true }
7474
sp-runtime = { workspace = true }
7575
sp-timestamp = { workspace = true }
7676
thiserror = { workspace = true }
77-
tiny-bip39 = { workspace = true }
77+
tiny-bip39 = { workspace = true, features = ["rand"] }
7878
tokio = { workspace = true, features = ["full"] }
7979
tracing = { workspace = true }
8080
try-runtime-cli = { workspace = true, optional = true }

utils/checks/snapshots/features.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3358,7 +3358,8 @@
33583358
- rand
33593359
- spanish
33603360
- name: tiny-bip39 2.0.0
3361-
features: []
3361+
features:
3362+
- rand
33623363
- name: tiny-keccak 2.0.2
33633364
features:
33643365
- default

0 commit comments

Comments
 (0)