Skip to content
Merged

Dev #223

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/khodpay-signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ categories = ["cryptography", "cryptocurrency"]

[dependencies]
# Internal dependencies
khodpay-bip32 = { path = "../bip32" }
khodpay-bip44 = { path = "../bip44" }
khodpay-bip32 = { version = "0.2.0", path = "../bip32" }
khodpay-bip44 = { version = "0.1.0", path = "../bip44" }

# Error handling
thiserror = "1.0"
Expand Down Expand Up @@ -41,4 +41,4 @@ default = []
serde = ["dep:serde"]

[dev-dependencies]
khodpay-bip39 = { path = "../bip39" }
khodpay-bip39 = { version = "0.4.0", path = "../bip39" }