Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 27, 2025
1 parent 5cc3560 commit 50fffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_conda_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fs-err = { workspace = true }
[dev-dependencies]
rand = { workspace = true }
insta = { workspace = true, features = ["yaml", "redactions", "toml", "glob", "filters"] }
rattler_package_streaming = { path="../rattler_package_streaming", version = "0.22.28", default-features = false }
rattler_package_streaming = { path = "../rattler_package_streaming", default-features = false, features = ["rustls-tls"] }
rstest = { workspace = true }
assert_matches = { workspace = true }
hex-literal = { workspace = true }
Expand Down

0 comments on commit 50fffc3

Please sign in to comment.