Skip to content

Commit 964da16

Browse files
committed
Fix rebase
1 parent a7d0285 commit 964da16

File tree

5 files changed

+76
-69
lines changed

5 files changed

+76
-69
lines changed

Cargo.lock

Lines changed: 43 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ clap = { version = "4.5.31", default-features = false }
3131
clap_complete = "4.5.46"
3232
clap_complete_nushell = "4.5.5"
3333
# Rattler crates
34-
coalesced_map = "0.1.1"
34+
coalesced_map = "0.1.2"
3535
concat-idents = "1.1.5"
3636
console = "0.15.10"
3737
console-subscriber = "0.4.1"
@@ -122,12 +122,12 @@ rattler_conda_types = { version = "0.40.3", default-features = false, features =
122122
] }
123123
rattler_digest = { version = "1.1.7", default-features = false }
124124
rattler_lock = { version = "0.25.3", default-features = false }
125-
rattler_menuinst = { version = "0.2.23", default-features = false }
125+
rattler_menuinst = { version = "0.2.29", default-features = false }
126126
rattler_networking = { version = "0.25.20", default-features = false, features = [
127127
"dirs",
128128
"google-cloud-auth",
129129
] }
130-
rattler_package_streaming = { version = "0.23.11", default-features = false }
130+
rattler_package_streaming = { version = "0.23.8", default-features = false }
131131
rattler_repodata_gateway = { version = "0.24.12", default-features = false }
132132
rattler_shell = { version = "0.25.5", default-features = false }
133133
rattler_solve = { version = "3.0.8", default-features = false }
@@ -144,6 +144,7 @@ self-replace = "1.5.0"
144144
serde = "1.0.218"
145145
serde-untagged = "0.1.6"
146146
serde-value = "0.7.0"
147+
serde_derive = "*"
147148
serde_ignored = "0.1.10"
148149
serde_json = "1.0.139"
149150
serde_with = "=3.14.0"
@@ -212,6 +213,24 @@ reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware",
212213
reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "ad8b9d332d1773fde8b4cd008486de5973e0a3f8" }
213214
version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "06ec5a5f59ffaeb6cf5079c6cb184467da06c9db" }
214215

216+
# pixi-rattler-patches - START
217+
# pixi-rattler-original-versions: {"coalesced_map": "0.1.1", "file_url": "0.2.6", "rattler": "0.38.2", "rattler_cache": "0.3.41", "rattler_conda_types": "0.40.3", "rattler_digest": "1.1.7", "rattler_lock": "0.25.3", "rattler_menuinst": "0.2.23", "rattler_networking": "0.25.20", "rattler_package_streaming": "0.23.11", "rattler_repodata_gateway": "0.24.12", "rattler_shell": "0.25.5", "rattler_solve": "3.0.8", "rattler_virtual_packages": "2.2.4", "simple_spawn_blocking": "1.1.0"}
218+
coalesced_map = { path = "../../rattler/main//crates/coalesced_map" }
219+
file_url = { path = "../../rattler/main//crates/file_url" }
220+
rattler = { path = "../../rattler/main//crates/rattler" }
221+
rattler_cache = { path = "../../rattler/main//crates/rattler_cache" }
222+
rattler_conda_types = { path = "../../rattler/main//crates/rattler_conda_types" }
223+
rattler_digest = { path = "../../rattler/main//crates/rattler_digest" }
224+
rattler_lock = { path = "../../rattler/main//crates/rattler_lock" }
225+
rattler_menuinst = { path = "../../rattler/main//crates/rattler_menuinst" }
226+
rattler_networking = { path = "../../rattler/main//crates/rattler_networking" }
227+
rattler_package_streaming = { path = "../../rattler/main//crates/rattler_package_streaming" }
228+
rattler_repodata_gateway = { path = "../../rattler/main//crates/rattler_repodata_gateway" }
229+
rattler_shell = { path = "../../rattler/main//crates/rattler_shell" }
230+
rattler_solve = { path = "../../rattler/main//crates/rattler_solve" }
231+
rattler_virtual_packages = { path = "../../rattler/main//crates/rattler_virtual_packages" }
232+
simple_spawn_blocking = { path = "../../rattler/main//crates/simple_spawn_blocking" }
233+
# pixi-rattler-patches - END
215234
[profile.ci]
216235
codegen-units = 16
217236
inherits = "release"

0 commit comments

Comments
 (0)