Skip to content

Commit

Permalink
Put specific commit ref for target files download in cargo-ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed May 27, 2024
1 parent d82d610 commit dbe7ade
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/feat/stax_nbgl_2/ledger_device_sdk/"
"https://raw.githubusercontent.com/LedgerHQ/ledger-device-rust-sdk/d82d6109b4023fd34ebf300cc4090dc4a943db79/ledger_device_sdk/"
);
let sysroot = Path::new(sysroot_cmd).join("lib").join("rustlib");

Expand Down

0 comments on commit dbe7ade

Please sign in to comment.