Skip to content

Commit

Permalink
fix: add version to rattler_redaction
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Aug 5, 2024
1 parent 250ec0a commit a635839
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
8 changes: 4 additions & 4 deletions crates/rattler_package_streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ bzip2 = { workspace = true }
chrono = { workspace = true }
futures-util = { workspace = true }
num_cpus = { workspace = true }
rattler_conda_types = { path="../rattler_conda_types", version = "0.27.0", default-features = false }
rattler_digest = { path="../rattler_digest", version = "1.0.0", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.21.0", default-features = false }
rattler_redaction = { path="../rattler_redaction", features = ["reqwest", "reqwest-middleware"] }
rattler_conda_types = { path = "../rattler_conda_types", version = "0.27.0", default-features = false }
rattler_digest = { path = "../rattler_digest", version = "1.0.0", default-features = false }
rattler_networking = { path = "../rattler_networking", version = "0.21.0", default-features = false }
rattler_redaction = { version = "0.1.0", path = "../rattler_redaction", features = ["reqwest", "reqwest-middleware"] }
reqwest = { workspace = true, features = ["stream"], optional = true }
reqwest-middleware = { workspace = true, optional = true }
serde_json = { workspace = true }
Expand Down
35 changes: 24 additions & 11 deletions py-rattler/Cargo.lock

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

0 comments on commit a635839

Please sign in to comment.