Skip to content

Commit

Permalink
fix: switch to slipped10 as it has newest ed25519-dalek dep (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Jul 4, 2024
1 parent 800d8a1 commit 708a149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ rust-version = "1.67"
[dependencies]
stellar-strkey = "0.0.8"
thiserror = "1.0.31"
slip10 = "0.4.3"
slip10 = { package = "slipped10", version = "0.4.6" }
tiny-bip39 = "1.0.0"

0 comments on commit 708a149

Please sign in to comment.