Skip to content

Commit 76b5496

Browse files
committed
Revert default feature change
1 parent 5ba753b commit 76b5496

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

s3/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-s3"
3-
version = "0.35.0"
3+
version = "0.35.1"
44
authors = ["Drazen Urch"]
55
description = "Rust library for working with AWS S3 and compatible object storage APIs"
66
repository = "https://github.com/durch/rust-s3"
@@ -92,8 +92,7 @@ bytes = { version = "1.2" }
9292
block_on_proc = { version = "0.2", optional = true }
9393

9494
[features]
95-
default = ["tokio-rustls-tls"]
96-
# default = ["tags", "use-tokio-native-tls", "fail-on-err"]
95+
default = ["tags", "use-tokio-native-tls", "fail-on-err"]
9796
use-tokio-native-tls = [
9897
"with-tokio",
9998
"aws-creds/native-tls",

0 commit comments

Comments
 (0)