File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ edition = "2018"
77
88[dependencies ]
99arrayvec = { version = " 0.7.2" , default-features = false }
10- ledger-log = " * "
10+ ledger-log = { git = " https://github.com/alamgu/ledger-log " }
1111pin-project = " 1.0.10"
12- nanos_sdk = " *"
13- ledger-parser-combinators = " *"
12+ nanos_sdk = { git = " https://github.com/LedgerHQ/ledger-nanos-sdk.git" }
13+ nanos_ui = { git = " https://github.com/obsidiansystems/ledger-nanos-ui.git" }
14+ ledger-parser-combinators = { git = " https://github.com/alamgu/ledger-parser-combinators" , branch =" async-2" }
1415
15- [patch .crates-io ]
16- ledger-parser-combinators = { git = " https://github.com/obsidiansystems/ledger-parser-combinators" , branch = " async" }
17- ledger-log = { git = " https://github.com/obsidiansystems/ledger-platform" , branch =" wip-async" }
18- nanos_sdk = { git = " https://github.com/obsidiansystems/ledger-nanos-sdk.git" , branch = " use-ambient-compiler-and-target" }
16+ [patch ."https://github .com/LedgerHQ/ledger-nanos-sdk .git" .nanos_sdk ]
17+ git = " https://github.com/alamgu/ledger-nanos-sdk.git"
18+ branch = " support-nix-or-non-nix-toolchain"
You can’t perform that action at this time.
0 commit comments