Skip to content

Commit

Permalink
PM-12431: Temporarily un-export bitwarden_fido.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Sep 20, 2024
1 parent eeda462 commit 8a2c647
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

15 changes: 11 additions & 4 deletions crates/bitwarden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,17 @@ pub mod internal {
pub use bitwarden_vault::*;
}

#[cfg(feature = "uniffi")]
pub mod fido {
pub use bitwarden_fido::*;
}
/*
PM-12431
Temporarily un-export bitwarden_fido, as bitwarden_fido
is not ready for release yet. This will unblock the
1.0 releases.
*/
// #[cfg(feature = "uniffi")]
// pub mod fido {
// pub use bitwarden_fido::*;
// }
}
#[cfg(feature = "internal")]
pub use internal::*;
Expand Down

0 comments on commit 8a2c647

Please sign in to comment.