Skip to content

Commit 82e48ed

Browse files
committed
Fix for newer pixi versions
1 parent 2cf1341 commit 82e48ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bitbots_navigation/bitbots_rust_nav

src/bitbots_navigation/bitbots_rust_nav/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bitbots_rust_nav"
33
version = "0.1.0"
44

55
[package.build]
6-
backend = { name = "pixi-build-python", version = "==0.4.0" }
6+
backend = { name = "pixi-build-python", version = ">=0.4.0" }
77

88
[package.host-dependencies]
99
rust = ">=1.91.1,<1.92"

0 commit comments

Comments
 (0)