Skip to content

Commit 14e13f0

Browse files
committed
Bump deps
1 parent cd6a72a commit 14e13f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +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-
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-2" }
13+
nanos_ui = { git = "https://github.com/LedgerHQ/ledger-nanos-ui.git" }
14+
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-split-take-2" }
1415

1516
[patch."https://github.com/LedgerHQ/ledger-nanos-sdk.git".nanos_sdk]
1617
git = "https://github.com/alamgu/ledger-nanos-sdk.git"
17-
branch = "support-nix-or-non-nix-toolchain"
18+
branch = "relocating-loader-w-fixes"
1819
[patch."https://github.com/LedgerHQ/ledger-nanos-ui.git".nanos_ui]
1920
git = "https://github.com/obsidiansystems/ledger-nanos-ui"
20-
branch = "use-lib-bagl-for-x-and-splus"
21+
branch = "dn-make-from-pub"

0 commit comments

Comments
 (0)