Skip to content

Commit f61aeb4

Browse files
build: rename feature flags to ring and ssl
1 parent f13d4ea commit f61aeb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testcontainers/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ ulid = { version = "1.1.3", optional = true }
4444
url = { version = "2", features = ["serde"] }
4545

4646
[features]
47-
default = ["ssl"]
48-
ssl = ["bollard/ssl"]
47+
default = ["ring"]
48+
ring = ["bollard/ssl"]
4949
aws-lc-rs = ["bollard/aws-lc-rs"]
50-
ssl_providerless = ["bollard/ssl_providerless"]
50+
ssl = ["bollard/ssl_providerless"]
5151
blocking = []
5252
watchdog = ["signal-hook", "conquer-once"]
5353
http_wait = ["reqwest"]

0 commit comments

Comments
 (0)