From 0fd2153648f75fe5f17bfb8a788c735bb7a3fc67 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Thu, 19 Sep 2024 16:16:55 +0200 Subject: [PATCH] feat: change to git branch --- Cargo.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8bf244..89c3b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } +