Skip to content

Commit

Permalink
chore: bump back rattler versions (#1453)
Browse files Browse the repository at this point in the history
Bump back the rattler versions, so that we are dependent on rattler
releases again.
  • Loading branch information
tdejager authored May 29, 2024
1 parent 1835c5a commit fad669b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 30 deletions.
55 changes: 34 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@ pep508_rs = { git = "https://github.com/astral-sh/uv", rev = "65b17f6e81125064ea
platform-tags = { git = "https://github.com/astral-sh/uv", rev = "65b17f6e81125064ea04c5cfef685516ab660cf5" }
pypi-types = { git = "https://github.com/astral-sh/uv", rev = "65b17f6e81125064ea04c5cfef685516ab660cf5" }
pyproject-toml = "0.11.0"
rattler = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false, features = [
rattler = { version = "0.26.1", default-features = false, features = [
"cli-tools",
"indicatif",
] }
rattler_conda_types = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false }
rattler_digest = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false }
rattler_lock = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false }
rattler_networking = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false }
rattler_repodata_gateway = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false, features = [
rattler_conda_types = { version = "0.25.0", default-features = false }
rattler_digest = { version = "0.19.4", default-features = false }
rattler_lock = { version = "0.22.9", default-features = false }
rattler_networking = { version = "0.20.8", default-features = false }
rattler_repodata_gateway = { version = "0.20.3", default-features = false, features = [
"sparse",
"gateway",
] }
rattler_shell = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false, features = [
rattler_shell = { version = "0.20.6", default-features = false, features = [
"sysinfo",
] }
rattler_solve = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false, features = [
rattler_solve = { version = "0.23.2", default-features = false, features = [
"resolvo",
] }

rattler_virtual_packages = { git = "https://github.com/tdejager/rattler", branch = "feat/bump-to-pep-6.0.0", default-features = false }
rattler_virtual_packages = { version = "0.19.3", default-features = false }
regex = "1.10.4"
requirements-txt = { git = "https://github.com/astral-sh/uv", rev = "65b17f6e81125064ea04c5cfef685516ab660cf5" }
reqwest = { version = "0.12.4", default-features = false, features = [
Expand Down

0 comments on commit fad669b

Please sign in to comment.