Skip to content

Commit

Permalink
fix: also export strict version (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Sep 5, 2023
1 parent 52d7608 commit bb42076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_conda_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub use repo_data::{ChannelInfo, ConvertSubdirError, PackageRecord, RepoData};
pub use repo_data_record::RepoDataRecord;
pub use run_export::RunExportKind;
pub use version::{
Component, ParseVersionError, ParseVersionErrorKind, Version, VersionWithSource,
Component, ParseVersionError, ParseVersionErrorKind, StrictVersion, Version, VersionWithSource,
};
pub use version_spec::VersionSpec;

Expand Down

0 comments on commit bb42076

Please sign in to comment.