Skip to content

Commit 552d9d5

Browse files
authored
Stop pinning backends (#162)
1 parent ee6ef5f commit 552d9d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/pixi-build-cmake/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.9"
1717
pixi-build-cmake = { path = "." }
1818

1919
[package.build]
20-
backend = { name = "pixi-build-rust", version = "==0.1.10" }
20+
backend = { name = "pixi-build-rust", version = "*" }
2121
channels = ["https://prefix.dev/pixi-build-backends", "conda-forge"]
2222

2323
[package.target.unix.host-dependencies]

crates/pixi-build-python/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.9"
1717
pixi-build-python = { path = "." }
1818

1919
[package.build]
20-
backend = { name = "pixi-build-rust", version = "==0.1.10" }
20+
backend = { name = "pixi-build-rust", version = "*" }
2121
channels = ["https://prefix.dev/pixi-build-backends", "conda-forge"]
2222

2323
[package.target.unix.host-dependencies]

crates/pixi-build-rattler-build/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.11"
1717
pixi-build-rattler-build = { path = "." }
1818

1919
[package.build]
20-
backend = { name = "pixi-build-rust", version = "==0.1.10" }
20+
backend = { name = "pixi-build-rust", version = "*" }
2121
channels = ["https://prefix.dev/pixi-build-backends", "conda-forge"]
2222

2323
[package.target.unix.host-dependencies]

crates/pixi-build-rust/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.12"
1717
pixi-build-rust = { path = "." }
1818

1919
[package.build]
20-
backend = { name = "pixi-build-rust", version = "==0.1.10" }
20+
backend = { name = "pixi-build-rust", version = "*" }
2121
channels = ["https://prefix.dev/pixi-build-backends", "conda-forge"]
2222

2323
[package.target.unix.host-dependencies]

0 commit comments

Comments
 (0)