Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 39 additions & 53 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,28 +182,28 @@ zstd = { version = "0.13.3", default-features = false }
# These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tendem.
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
file_url = { path = "crates/file_url", version = "=0.2.6", default-features = false }
path_resolver = { path = "crates/path_resolver", version = "=0.2.1", default-features = false }
rattler = { path = "crates/rattler", version = "=0.38.3", default-features = false }
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.0", default-features = false }
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.3", default-features = false }
rattler_config = { path = "crates/rattler_config", version = "=0.2.14", default-features = false }
path_resolver = { path = "crates/path_resolver", version = "=0.2.2", default-features = false }
rattler = { path = "crates/rattler", version = "=0.38.4", default-features = false }
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.1", default-features = false }
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.4", default-features = false }
rattler_config = { path = "crates/rattler_config", version = "=0.2.15", default-features = false }
rattler_digest = { path = "crates/rattler_digest", version = "=1.1.7", default-features = false }
rattler_index = { path = "crates/rattler_index", version = "=0.26.5", default-features = false }
rattler_index = { path = "crates/rattler_index", version = "=0.27.0", default-features = false }
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.3", default-features = false }
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.0", default-features = false }
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.1", default-features = false }
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false }
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.33", default-features = false }
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.20", default-features = false }
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.12", default-features = false }
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.34", default-features = false }
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.21", default-features = false }
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.13", default-features = false }
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false }
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false }
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.13", default-features = false }
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.9", default-features = false }
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.14", default-features = false }
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.10", default-features = false }
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.5", default-features = false }
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.6", default-features = false }
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.8", default-features = false }
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.9", default-features = false }
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.4", default-features = false }
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.7", default-features = false }
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.9", default-features = false }
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.10", default-features = false }
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.5", default-features = false }

# This is also a rattler crate, but we only pin it to minor version
simple_spawn_blocking = { path = "crates/simple_spawn_blocking", version = "1.1", default-features = false }
6 changes: 6 additions & 0 deletions crates/path_resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/conda/rattler/compare/path_resolver-v0.2.1...path_resolver-v0.2.2) - 2025-10-28

### Other

- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674))

## [0.2.1](https://github.com/conda/rattler/compare/path_resolver-v0.2.0...path_resolver-v0.2.1) - 2025-09-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/path_resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "path_resolver"
version = "0.2.1"
version = "0.2.2"
categories.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.38.4](https://github.com/conda/rattler/compare/rattler-v0.38.3...rattler-v0.38.4) - 2025-10-28

### Other

- updated the following local packages: path_resolver, rattler_conda_types, rattler_cache, rattler_networking, rattler_package_streaming, rattler_shell, rattler_menuinst

## [0.38.3](https://github.com/conda/rattler/compare/rattler-v0.38.2...rattler-v0.38.3) - 2025-10-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler"
version = "0.38.3"
version = "0.38.4"
edition.workspace = true
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
description = "Rust library to install conda environments"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/conda/rattler/compare/rattler_cache-v0.4.0...rattler_cache-v0.4.1) - 2025-10-28

### Other

- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674))

## [0.4.0](https://github.com/conda/rattler/compare/rattler_cache-v0.3.41...rattler_cache-v0.4.0) - 2025-10-25

### Added
Expand Down
Loading
Loading