Skip to content

Commit

Permalink
Disable prompts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam committed Nov 20, 2024
1 parent bd8c9ab commit e3d6b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ pin-project = "1.0.10"
ledger_device_sdk = "1.4.3"
ledger_secure_sdk_sys = "1.1.0"
ledger-parser-combinators = { git = "https://github.com/alamgu/ledger-parser-combinators", branch="async-split-take-2" }

[features]
default = []
prompts = []
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ use core::convert::TryInto;
use core::task::*;
use ledger_device_sdk::io::Reply; //, BorrowMutError};

#[cfg(feature = "prompts")]
pub mod prompts;

#[repr(u8)]
Expand Down

0 comments on commit e3d6b77

Please sign in to comment.