Skip to content

Commit b4c1abd

Browse files
authored
[CHORE] default to rustls in chroma client (#5651)
## Description of changes Cannot build the wheels on linux without openssl. Switch the default to something that doesn't bring back linker trauma. ## Test plan CI ## Migration plan N/A ## Observability plan N/A ## Documentation Changes N/A
1 parent 164ffe8 commit b4c1abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/chroma/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chroma-api-types = { workspace = true }
2121
chroma-types = { workspace = true }
2222

2323
[features]
24-
default = ["native-tls"]
24+
default = ["rustls"]
2525
native-tls = ["reqwest/default-tls", "reqwest/default"]
2626
rustls = ["reqwest/rustls-tls"]
2727

0 commit comments

Comments
 (0)