Skip to content

Commit 9643f32

Browse files
authored
release: fix for backends treating manifest-path also as a file (#457)
1 parent 95e681d commit 9643f32

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pixi-build-cmake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pixi-build-cmake"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "CMake build backend for Pixi"
55
edition.workspace = true
66

crates/pixi-build-mojo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pixi-build-mojo"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition.workspace = true
55

66
[features]

crates/pixi-build-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pixi-build-python"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition.workspace = true
55

66
[features]

crates/pixi-build-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pixi-build-rust"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A Rust build backend for Pixi"
55
documentation = "https://prefix-dev.github.io/pixi-build-backends/backends/pixi-build-rust/"
66
repository.workspace = true

0 commit comments

Comments
 (0)