Skip to content

Commit b1cf8f4

Browse files
authored
chore: bump pixi-build-rust (#144)
That should unblock our release process
1 parent 8e357a0 commit b1cf8f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7"
3+
version = "0.1.8"
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.7"
13+
version = "0.1.8"
1414

1515

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

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

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

0 commit comments

Comments
 (0)