Skip to content

Commit

Permalink
feat: update pixi_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Aug 1, 2024
1 parent b71d1a8 commit cacaea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi-build-python/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async fn actual_main() -> miette::Result<()> {
recipe: Recipe {
schema_version: 1,
package: Package {
version: version.to_string(),
version: version.to_string().parse().into_diagnostic()?,
name,
},
cache: None,
Expand Down

0 comments on commit cacaea2

Please sign in to comment.