Skip to content

Commit

Permalink
PM-12431: Revert the paired change
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Sep 20, 2024
1 parent 8a2c647 commit fbc0ab6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions crates/bitwarden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,10 @@ pub mod internal {
pub use bitwarden_vault::*;
}

/*
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 = "uniffi")]
pub mod fido {
pub use bitwarden_fido::*;
}
}
#[cfg(feature = "internal")]
pub use internal::*;
Expand Down

0 comments on commit fbc0ab6

Please sign in to comment.