Skip to content

Commit dfc54c7

Browse files
authored
release: bump pixi-build-backends versions (#436)
1 parent 27f319d commit dfc54c7

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

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

backends/pixi-build-ros/pixi.lock

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

backends/pixi-build-ros/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
# "py-pixi-build-backend",
1212
]
1313
name = "pixi-build-ros"
14-
version = "0.3.0"
14+
version = "0.3.1"
1515

1616
[build-system]
1717
build-backend = "hatchling.build"

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.3"
3+
version = "0.3.4"
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.3"
3+
version = "0.1.4"
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.0"
3+
version = "0.4.1"
44
edition.workspace = true
55

66
[features]

crates/pixi-build-rattler-build/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-rattler-build"
3-
version = "0.3.3"
3+
version = "0.3.4"
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.0"
3+
version = "0.4.1"
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)