Skip to content

Commit

Permalink
Update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 1, 2024
1 parent f0f4819 commit 4410a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-ledger/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn install_targets() {
let sysroot_cmd = std::str::from_utf8(&sysroot_cmd).unwrap().trim();

let target_files_url = Path::new(
"https://raw.githubusercontent.com/LedgerHQ/ledger-device-rust-sdk/cee5644d6c20ff97b13e79a30caca751b7b52ac8/ledger_device_sdk/",
"https://raw.githubusercontent.com/LedgerHQ/ledger-device-rust-sdk/jca/relocation_obsidian_way/ledger_device_sdk/",
);
let sysroot = Path::new(sysroot_cmd).join("lib").join("rustlib");

Expand Down

0 comments on commit 4410a62

Please sign in to comment.