Skip to content

Commit

Permalink
rust: change url of the bip32-ed25519 git dep
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Aug 18, 2024
1 parent 4641604 commit 69c7d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rust/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
replace-with = "vendored-sources"

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

Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/bitbox02-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ zeroize = { workspace = true }
num-bigint = { workspace = true, optional = true }
num-traits = { version = "0.2", default-features = false }
# If you change this, also change src/rust/.cargo/config.toml.
bip32-ed25519 = { git = "https://github.com/digitalbitbox/rust-bip32-ed25519", tag = "v0.2.0", optional = true }
bip32-ed25519 = { git = "https://github.com/BitBoxSwiss/rust-bip32-ed25519", tag = "v0.2.0", optional = true }
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"], optional = true }
blake2 = { version = "0.10.6", default-features = false, features = ["size_opt"], optional = true }
minicbor = { version = "0.24.0", default-features = false, features = ["alloc"], optional = true }
Expand Down

0 comments on commit 69c7d46

Please sign in to comment.