Skip to content

Commit

Permalink
fix: use VersionWithSource::fmt instead of Version::fmt to determ…
Browse files Browse the repository at this point in the history
…ine package version (prefix-dev#626)
  • Loading branch information
0xbe7a authored Feb 13, 2024
1 parent 9390849 commit fd0ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use base64::{engine::general_purpose, Engine};
use miette::IntoDiagnostic;
use rattler_conda_types::{
package::{AboutJson, IndexJson, PackageFile},
PackageName, Version as PackageVersion,
PackageName, VersionWithSource as PackageVersion,
};
use rattler_digest::{compute_file_digest, Md5};
use sha2::Sha256;
Expand Down

0 comments on commit fd0ab80

Please sign in to comment.