Skip to content

Commit 116bea8

Browse files
committed
rust: change url of the bip32-ed25519 git dep
1 parent 86f1ec2 commit 116bea8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/rust/.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
replace-with = "vendored-sources"
33

44
[source."git+https://github.com/digitalbitbox/rust-bip32-ed25519?tag=v0.1.2"]
5-
git = "https://github.com/digitalbitbox/rust-bip32-ed25519"
5+
git = "https://github.com/BitBoxSwiss/rust-bip32-ed25519"
66
tag = "v0.2.0"
77
replace-with = "vendored-sources"
88

src/rust/Cargo.lock

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

src/rust/bitbox02-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ zeroize = { workspace = true }
4040
num-bigint = { workspace = true, optional = true }
4141
num-traits = { version = "0.2", default-features = false }
4242
# If you change this, also change src/rust/.cargo/config.toml.
43-
bip32-ed25519 = { git = "https://github.com/digitalbitbox/rust-bip32-ed25519", tag = "v0.2.0", optional = true }
43+
bip32-ed25519 = { git = "https://github.com/BitBoxSwiss/rust-bip32-ed25519", tag = "v0.2.0", optional = true }
4444
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"], optional = true }
4545
blake2 = { version = "0.10.6", default-features = false, features = ["size_opt"], optional = true }
4646
minicbor = { version = "0.24.0", default-features = false, features = ["alloc"], optional = true }

0 commit comments

Comments
 (0)