Skip to content

Commit 07437dd

Browse files
committed
Remove patching
1 parent 3e9a7a1 commit 07437dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ edition = "2018"
77

88
[dependencies]
99
arrayvec = { version = "0.7.2", default-features = false }
10-
ledger-log = "*"
10+
ledger-log = { git = "https://github.com/alamgu/ledger-log" }
1111
pin-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"

0 commit comments

Comments
 (0)