Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Mar 15, 2023
1 parent cd6a72a commit 14e13f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ arrayvec = { version = "0.7.2", default-features = false }
ledger-log = { git = "https://github.com/alamgu/ledger-log" }
pin-project = "1.0.10"
nanos_sdk = { git = "https://github.com/LedgerHQ/ledger-nanos-sdk.git" }
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-2" }
nanos_ui = { git = "https://github.com/LedgerHQ/ledger-nanos-ui.git" }
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-split-take-2" }

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

0 comments on commit 14e13f0

Please sign in to comment.