Skip to content

Commit

Permalink
fix: features in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Oct 5, 2023
1 parent 4dfc7c3 commit b85f71d
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,4 @@ jobs:
with:
name: wheels
path: py-rattler/dist

118 changes: 118 additions & 0 deletions py-rattler/Cargo.lock

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

8 changes: 4 additions & 4 deletions py-rattler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ license = "BSD-3-Clause"
name = "rattler"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.75"
futures = "0.3.28"

[features]
default = ["native-tls"]
native-tls = ["rattler_networking/native-tls", "rattler_repodata_gateway/native-tls"]
rustls-tls = ["rattler_networking/rustls-tls", "rattler_repodata_gateway/rustls-tls"]

[dependencies]
anyhow = "1.0.75"
futures = "0.3.28"

rattler = { path = "../crates/rattler", default-features = false }
rattler_repodata_gateway = { path = "../crates/rattler_repodata_gateway", default-features = false, features = [
"sparse",
Expand Down

0 comments on commit b85f71d

Please sign in to comment.