Skip to content

Commit

Permalink
Revert default feature change
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Aug 30, 2024
1 parent 5ba753b commit 76b5496
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-s3"
version = "0.35.0"
version = "0.35.1"
authors = ["Drazen Urch"]
description = "Rust library for working with AWS S3 and compatible object storage APIs"
repository = "https://github.com/durch/rust-s3"
Expand Down Expand Up @@ -92,8 +92,7 @@ bytes = { version = "1.2" }
block_on_proc = { version = "0.2", optional = true }

[features]
default = ["tokio-rustls-tls"]
# default = ["tags", "use-tokio-native-tls", "fail-on-err"]
default = ["tags", "use-tokio-native-tls", "fail-on-err"]
use-tokio-native-tls = [
"with-tokio",
"aws-creds/native-tls",
Expand Down

0 comments on commit 76b5496

Please sign in to comment.