Skip to content

Commit

Permalink
fix: expose public copy types (testcontainers#734)
Browse files Browse the repository at this point in the history
Public types should be usable.
  • Loading branch information
guenhter authored Sep 16, 2024
1 parent 6de391d commit 3168f25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testcontainers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ pub mod core;
#[cfg_attr(docsrs, doc(cfg(feature = "blocking")))]
pub use crate::core::Container;
pub use crate::core::{
copy::CopyDataSource, error::TestcontainersError, ContainerAsync, ContainerRequest, Image,
ImageExt,
copy::{CopyDataSource, CopyToContaienrError, CopyToContainer},
error::TestcontainersError,
ContainerAsync, ContainerRequest, Image, ImageExt,
};

#[cfg(feature = "watchdog")]
Expand Down

0 comments on commit 3168f25

Please sign in to comment.