From 734ae6029522f2644098868f9dc2f741c8127cfa Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 11 Jan 2024 12:47:07 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- crates/rattler-bin/Cargo.toml | 12 ++++++------ crates/rattler/Cargo.toml | 8 ++++---- crates/rattler_conda_types/Cargo.toml | 4 ++-- crates/rattler_index/Cargo.toml | 6 +++--- crates/rattler_lock/Cargo.toml | 4 ++-- crates/rattler_package_streaming/Cargo.toml | 6 +++--- crates/rattler_repodata_gateway/Cargo.toml | 6 +++--- crates/rattler_shell/Cargo.toml | 2 +- crates/rattler_solve/Cargo.toml | 8 ++++---- crates/rattler_virtual_packages/Cargo.toml | 2 +- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fdb95f26c..5c070db21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ opt-level = 3 opt-level = 3 [workspace.package] -version = "0.16.1" +version = "0.16.2" categories = ["conda"] homepage = "https://github.com/mamba-org/rattler" repository = "https://github.com/mamba-org/rattler" diff --git a/crates/rattler-bin/Cargo.toml b/crates/rattler-bin/Cargo.toml index 4c610ed24..163815c79 100644 --- a/crates/rattler-bin/Cargo.toml +++ b/crates/rattler-bin/Cargo.toml @@ -29,12 +29,12 @@ futures = "0.3.28" indicatif = "0.17.7" itertools = "0.11.0" once_cell = "1.18.0" -rattler = { version = "0.16.1", path = "../rattler", default-features = false } -rattler_networking = { version = "0.16.1", path = "../rattler_networking", default-features = false } -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } -rattler_repodata_gateway = { version = "0.16.1", path = "../rattler_repodata_gateway", features = ["sparse"], default-features = false } -rattler_solve = { version = "0.16.1", path = "../rattler_solve", features = ["resolvo", "libsolv_c"] } -rattler_virtual_packages = { version = "0.16.1", path = "../rattler_virtual_packages" } +rattler = { version = "0.16.2", path = "../rattler", default-features = false } +rattler_networking = { version = "0.16.2", path = "../rattler_networking", default-features = false } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } +rattler_repodata_gateway = { version = "0.16.2", path = "../rattler_repodata_gateway", features = ["sparse"], default-features = false } +rattler_solve = { version = "0.16.2", path = "../rattler_solve", features = ["resolvo", "libsolv_c"] } +rattler_virtual_packages = { version = "0.16.2", path = "../rattler_virtual_packages" } reqwest = { version = "0.11.22", default-features = false } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index a9c9d8f77..6205cb36a 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -31,10 +31,10 @@ memmap2 = "0.7.1" nom = "7.1.3" once_cell = "1.18.0" pin-project-lite = "0.2.13" -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } -rattler_digest = { version = "0.16.1", path = "../rattler_digest" } -rattler_networking = { version = "0.16.1", path = "../rattler_networking", default-features = false } -rattler_package_streaming = { version = "0.16.1", path = "../rattler_package_streaming", features = ["reqwest", "tokio"], default-features = false } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } +rattler_digest = { version = "0.16.2", path = "../rattler_digest" } +rattler_networking = { version = "0.16.2", path = "../rattler_networking", default-features = false } +rattler_package_streaming = { version = "0.16.2", path = "../rattler_package_streaming", features = ["reqwest", "tokio"], default-features = false } reflink-copy = "0.1.14" regex = "1.9.6" reqwest = { version = "0.11.22", default-features = false, features = ["stream", "json", "gzip"] } diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index 0507cbbb5..11e73a5fe 100644 --- a/crates/rattler_conda_types/Cargo.toml +++ b/crates/rattler_conda_types/Cargo.toml @@ -29,8 +29,8 @@ strum = { version = "0.25.0", features = ["derive"] } thiserror = "1.0.49" tracing = "0.1.37" url = { version = "2.4.1", features = ["serde"] } -rattler_digest = { version = "0.16.1", path = "../rattler_digest", features = ["serde"] } -rattler_macros = { version = "0.16.1", path = "../rattler_macros" } +rattler_digest = { version = "0.16.2", path = "../rattler_digest", features = ["serde"] } +rattler_macros = { version = "0.16.2", path = "../rattler_macros" } glob = "0.3.1" purl = { version = "0.1.2", features = ["serde"] } diff --git a/crates/rattler_index/Cargo.toml b/crates/rattler_index/Cargo.toml index 0fa163a65..af87d52f1 100644 --- a/crates/rattler_index/Cargo.toml +++ b/crates/rattler_index/Cargo.toml @@ -12,9 +12,9 @@ readme.workspace = true [dependencies] fs-err = "2.11.0" -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types", default-features = false } -rattler_digest = { version = "0.16.1", path = "../rattler_digest", default-features = false } -rattler_package_streaming = { version = "0.16.1", path = "../rattler_package_streaming", default-features = false } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types", default-features = false } +rattler_digest = { version = "0.16.2", path = "../rattler_digest", default-features = false } +rattler_package_streaming = { version = "0.16.2", path = "../rattler_package_streaming", default-features = false } serde_json = "1.0.108" tracing = "0.1.40" walkdir = "2.4.0" diff --git a/crates/rattler_lock/Cargo.toml b/crates/rattler_lock/Cargo.toml index 153f4f9c3..c0c647a07 100644 --- a/crates/rattler_lock/Cargo.toml +++ b/crates/rattler_lock/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true chrono = "0.4.27" fxhash = "0.2.1" indexmap = { version = "2.0.0", features = ["serde"] } -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } -rattler_digest = { version = "0.16.1", path = "../rattler_digest" } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } +rattler_digest = { version = "0.16.2", path = "../rattler_digest" } pep508_rs = { version = "0.2.3", features = ["serde"] } pep440_rs = { version = "0.3.12", features = ["serde"] } serde = { version = "1.0.188", features = ["derive"] } diff --git a/crates/rattler_package_streaming/Cargo.toml b/crates/rattler_package_streaming/Cargo.toml index 727d15749..cf9e4e3f7 100644 --- a/crates/rattler_package_streaming/Cargo.toml +++ b/crates/rattler_package_streaming/Cargo.toml @@ -15,8 +15,8 @@ bzip2 = "0.4.4" chrono = "0.4.31" futures-util = { version = "0.3.28", optional = true } itertools = "0.11.0" -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } -rattler_digest = { version = "0.16.1", path = "../rattler_digest" } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } +rattler_digest = { version = "0.16.2", path = "../rattler_digest" } serde_json = "1.0.107" tar = { version = "0.4.40" } thiserror = "1.0.49" @@ -26,7 +26,7 @@ reqwest = { version = "0.11.22", optional = true, default-features = false } url = "2.4.1" zip = { version = "0.6.6", default-features = false, features = ["deflate", "time"] } zstd = { version = "0.12.4", default-features = false, features = ["zstdmt"] } -rattler_networking = { version = "0.16.1", path = "../rattler_networking", default-features = false } +rattler_networking = { version = "0.16.2", path = "../rattler_networking", default-features = false } num_cpus = "1.16.0" tempfile = "3.8.0" diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index a124dcd1c..f89249b42 100644 --- a/crates/rattler_repodata_gateway/Cargo.toml +++ b/crates/rattler_repodata_gateway/Cargo.toml @@ -30,8 +30,8 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = { version = "1.0.107" } pin-project-lite = "0.2.13" md-5 = "0.10.6" -rattler_digest = { version = "0.16.1", path = "../rattler_digest", features = ["tokio", "serde"] } -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types", optional = true } +rattler_digest = { version = "0.16.2", path = "../rattler_digest", features = ["tokio", "serde"] } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types", optional = true } fxhash = { version = "0.2.1", optional = true } memmap2 = { version = "0.7.1", optional = true } ouroboros = { version = "0.17.2", optional = true } @@ -40,7 +40,7 @@ superslice = { version = "1.0.0", optional = true } itertools = { version = "0.11.0", optional = true } json-patch = "1.1.0" hex = { version = "0.4.3", features = ["serde"] } -rattler_networking = { version = "0.16.1", path = "../rattler_networking", default-features = false } +rattler_networking = { version = "0.16.2", path = "../rattler_networking", default-features = false } [target.'cfg(unix)'.dependencies] libc = "0.2" diff --git a/crates/rattler_shell/Cargo.toml b/crates/rattler_shell/Cargo.toml index 94b5f8f2a..47e91dce6 100644 --- a/crates/rattler_shell/Cargo.toml +++ b/crates/rattler_shell/Cargo.toml @@ -14,7 +14,7 @@ readme.workspace = true enum_dispatch = "0.3.12" indexmap = "2.0.2" itertools = "0.11.0" -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } serde_json = { version = "1.0.107", features = ["preserve_order"] } shlex = "1.2.0" sysinfo = { version = "0.29.10", optional = true } diff --git a/crates/rattler_solve/Cargo.toml b/crates/rattler_solve/Cargo.toml index 7d499a3c6..6d8451ae2 100644 --- a/crates/rattler_solve/Cargo.toml +++ b/crates/rattler_solve/Cargo.toml @@ -11,8 +11,8 @@ license.workspace = true readme.workspace = true [dependencies] -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } -rattler_digest = { version = "0.16.1", path = "../rattler_digest" } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } +rattler_digest = { version = "0.16.2", path = "../rattler_digest" } libc = { version = "0.2", optional = true } anyhow = "1.0.75" chrono = "0.4.31" @@ -23,11 +23,11 @@ serde = { version = "1.0.188", features = ["derive"] } url = "2.4.1" hex = "0.4.3" tempfile = "3.8.0" -rattler_libsolv_c = { version = "0.16.1", path = "../rattler_libsolv_c", optional = true } +rattler_libsolv_c = { version = "0.16.2", path = "../rattler_libsolv_c", optional = true } resolvo = { version = "0.2.0", optional = true } [dev-dependencies] -rattler_repodata_gateway = { version = "0.16.1", path = "../rattler_repodata_gateway", default-features = false, features = ["sparse"] } +rattler_repodata_gateway = { version = "0.16.2", path = "../rattler_repodata_gateway", default-features = false, features = ["sparse"] } insta = { version = "1.33.0", features = ["yaml"] } rstest = "0.18.2" serde_json = "1.0.107" diff --git a/crates/rattler_virtual_packages/Cargo.toml b/crates/rattler_virtual_packages/Cargo.toml index d21830650..fa2fa73c3 100644 --- a/crates/rattler_virtual_packages/Cargo.toml +++ b/crates/rattler_virtual_packages/Cargo.toml @@ -15,7 +15,7 @@ cfg-if = "1.0.0" libloading = "0.8.1" nom = "7.1.3" once_cell = "1.18.0" -rattler_conda_types = { version = "0.16.1", path = "../rattler_conda_types" } +rattler_conda_types = { version = "0.16.2", path = "../rattler_conda_types" } thiserror = "1.0.49" tracing = "0.1.37" serde = { version = "1.0.188", features = ["derive"] }