Skip to content

Commit 155c530

Browse files
committed
Fix changed feature name.
1 parent 809f0ed commit 155c530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reqwest-rustls-tls-webpki-roots = ["reqwest?/rustls-tls-webpki-roots"]
2929
# Internal features, do not use
3030
__async = ["dep:tokio", "async-compression/tokio"]
3131
__async-s3 = ["__async", "dep:rust-s3"]
32-
__async-s3-nativetls = ["rust-s3?/tokio-native-tls"]
32+
__async-s3-nativetls = ["rust-s3?/use-tokio-native-tls"]
3333
__async-s3-rustls = ["rust-s3?/tokio-rustls-tls"]
3434
__async-aws-s3 = ["__async", "dep:aws-sdk-s3"]
3535

0 commit comments

Comments
 (0)