Skip to content

Commit c74ae4d

Browse files
committed
Use Cargo patch for forked repos
1 parent 5fac952 commit c74ae4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ arrayvec = { version = "0.7.2", default-features = false }
1010
ledger-log = { git = "https://github.com/alamgu/ledger-log" }
1111
pin-project = "1.0.10"
1212
nanos_sdk = { git = "https://github.com/LedgerHQ/ledger-nanos-sdk.git" }
13-
nanos_ui = { git = "https://github.com/obsidiansystems/ledger-nanos-ui" }
13+
nanos_ui = { git = "https://github.com/LedgerHQ/ledger-nanos-ui.git" }
1414
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-2" }
1515

1616
[patch."https://github.com/LedgerHQ/ledger-nanos-sdk.git".nanos_sdk]
1717
git = "https://github.com/alamgu/ledger-nanos-sdk.git"
1818
branch = "support-nix-or-non-nix-toolchain"
19+
[patch."https://github.com/LedgerHQ/ledger-nanos-ui.git".nanos_ui]
20+
git = "https://github.com/obsidiansystems/ledger-nanos-ui"
21+
branch = "use-lib-bagl-for-x-and-splus"

0 commit comments

Comments
 (0)