Skip to content

Commit

Permalink
Merge pull request #5 from tdejager/feat/change-to-git-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 19, 2024
2 parents e4971cc + 0fd2153 commit a166369
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ rattler-build = { git = "https://github.com/baszalmstra/rattler-build", branch =
rattler_conda_types = "0.27.5"
rattler_package_streaming = "0.22.6"

pixi_build_types = { path = "../pixi-build-branch/crates/pixi_build_types" }
pixi_consts = { path = "../pixi-build-branch/crates/pixi_consts" }
pixi_manifest = { path = "../pixi-build-branch/crates/pixi_manifest" }
pixi_spec = { path = "../pixi-build-branch/crates/pixi_spec" }
# pixi_build_types = { path = "../pixi-build-branch/crates/pixi_build_types" }
# pixi_consts = { path = "../pixi-build-branch/crates/pixi_consts" }
# pixi_manifest = { path = "../pixi-build-branch/crates/pixi_manifest" }
# pixi_spec = { path = "../pixi-build-branch/crates/pixi_spec" }

pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "feature/pixi-build" }
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "feature/pixi-build" }
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "feature/pixi-build" }
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "feature/pixi-build" }

0 comments on commit a166369

Please sign in to comment.