Skip to content

Commit

Permalink
make util::Threading public
Browse files Browse the repository at this point in the history
So that the NoiseConfig trait (which relies on `Threading`) can be
implemented by clients.
  • Loading branch information
benma committed Sep 21, 2023
1 parent 06525a4 commit c99f4dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitbox-api"
authors = ["Marko Bencun <[email protected]>"]
version = "0.1.6"
version = "0.1.7"
homepage = "https://bitbox.swiss/"
repository = "https://github.com/digitalbitbox/bitbox-api-rs/"
readme = "README-rust.md"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ use std::sync::Mutex;
pub use keypath::Keypath;
pub use noise::PersistedNoiseConfig;
pub use noise::{NoiseConfig, NoiseConfigData, NoiseConfigNoCache};
pub use util::Threading;

use communication::HwwCommunication;

Expand Down

0 comments on commit c99f4dd

Please sign in to comment.