Skip to content

Commit 7263845

Browse files
authored
Bump all version and pin backend to an even older version (#146)
1 parent 104e9ed commit 7263845

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
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.1.6"
3+
version = "0.1.7"
44
edition.workspace = true
55

66
[dependencies]

crates/pixi-build-cmake/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a cpp project with pixi"
1212
name = "pixi-build-cmake"
13-
version = "0.1.6"
13+
version = "0.1.7"
1414

1515

1616
[dependencies]
1717
pixi-build-cmake = { path = "." }
1818

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

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

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.1.6"
3+
version = "0.1.7"
44
edition.workspace = true
55

66
[dependencies]

crates/pixi-build-python/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a python project with pixi"
1212
name = "pixi-build-python"
13-
version = "0.1.6"
13+
version = "0.1.7"
1414

1515

1616
[dependencies]
1717
pixi-build-python = { path = "." }
1818

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

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

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.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55

66
[dependencies]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a rattler-build recipe with pixi"
1212
name = "pixi-build-rattler-build"
13-
version = "0.1.5"
13+
version = "0.1.6"
1414

1515

1616
[dependencies]
1717
pixi-build-rattler-build = { path = "." }
1818

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

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

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.1.8"
3+
version = "0.1.9"
44
edition.workspace = true
55

66
[dependencies]

crates/pixi-build-rust/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ preview = ["pixi-build"]
1010
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
1111
description = "Showcases how to build a rust project with pixi"
1212
name = "pixi-build-rust"
13-
version = "0.1.8"
13+
version = "0.1.9"
1414

1515

1616
[dependencies]
1717
pixi-build-rust = { path = "." }
1818

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

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

0 commit comments

Comments
 (0)