Skip to content

Commit

Permalink
fix: expose ParseMatchSpecError
Browse files Browse the repository at this point in the history
  • Loading branch information
Wackyator committed Aug 23, 2023
1 parent 8a27660 commit 51a6657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rattler_conda_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub use explicit_environment_spec::{
};
pub use generic_virtual_package::GenericVirtualPackage;
pub use match_spec::matcher::StringMatcher;
pub use match_spec::parse::ParseMatchSpecError;
pub use match_spec::{MatchSpec, NamelessMatchSpec};
pub use no_arch_type::{NoArchKind, NoArchType};
pub use platform::{ParsePlatformError, Platform};
Expand Down

0 comments on commit 51a6657

Please sign in to comment.