Skip to content

Commit

Permalink
bump: rattler 0.18.0 (#805)
Browse files Browse the repository at this point in the history
Removes the git references and instead directly targets the latest
release. No code changes required. :)
  • Loading branch information
baszalmstra committed Feb 13, 2024
1 parent 5b3dd4d commit 989f515
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 48 deletions.
84 changes: 55 additions & 29 deletions Cargo.lock

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

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ minijinja = { version = "1.0.12", features = ["builtins"] }
once_cell = "1.19.0"
pep440_rs = "0.4.0"
pep508_rs = { version = "0.3.0", features = ["modern"] }
rattler = { version = "0.17.0", default-features = false }
rattler_conda_types = { version = "0.17.0", default-features = false }
rattler_digest = { version = "0.17.0", default-features = false }
rattler_lock = { version = "0.17.0", default-features = false }
rattler_networking = { version = "0.17.0", default-features = false }
rattler_repodata_gateway = { version = "0.17.0", default-features = false, features = ["sparse"] }
rattler_shell = { version = "0.17.0", default-features = false, features = ["sysinfo"] }
rattler_solve = { version = "0.17.0", default-features = false, features = ["resolvo"] }
rattler_virtual_packages = { version = "0.17.0", default-features = false }
rattler = { version = "0.18.0", default-features = false }
rattler_conda_types = { version = "0.18.0", default-features = false }
rattler_digest = { version = "0.18.0", default-features = false }
rattler_lock = { version = "0.18.0", default-features = false }
rattler_networking = { version = "0.18.0", default-features = false }
rattler_repodata_gateway = { version = "0.18.0", default-features = false, features = ["sparse"] }
rattler_shell = { version = "0.18.0", default-features = false, features = ["sysinfo"] }
rattler_solve = { version = "0.18.0", default-features = false, features = ["resolvo"] }
rattler_virtual_packages = { version = "0.18.0", default-features = false }
regex = "1.10.3"
reqwest = { version = "0.11.24", default-features = false }
reqwest-middleware = "0.2.4"
Expand Down Expand Up @@ -84,23 +84,23 @@ libc = { version = "0.2.153", default-features = false }
signal-hook = "0.3.17"

[dev-dependencies]
rattler_digest = "0.17.0"
rattler_digest = "0.18.0"
rstest = "0.18.2"
serde_json = "1.0.113"
serial_test = "2.0.0"
tokio = { version = "1.36.0", features = ["rt"] }
toml = "0.8.10"

[patch.crates-io]
rattler = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_conda_types = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_digest = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_lock = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_networking = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_repodata_gateway = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_shell = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_solve = { git = "https://github.com/mamba-org/rattler", branch = "main" }
rattler_virtual_packages = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_conda_types = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_digest = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_lock = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_networking = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_repodata_gateway = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_shell = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_solve = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rattler_virtual_packages = { git = "https://github.com/mamba-org/rattler", branch = "main" }
#rip = { package = "rattler_installs_packages", git = "https://github.com/prefix-dev/rattler_installs_packages", branch = "main" }
#resolvo = { git = "https://github.com/mamba-org/resolvo.git", branch = "main" }
#deno_task_shell = { path = "../deno_task_shell" }
Expand Down

0 comments on commit 989f515

Please sign in to comment.