Skip to content

Commit

Permalink
remove unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
FemLolStudio committed Feb 11, 2024
1 parent 33a64aa commit 29d3f05
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 9 deletions.
4 changes: 2 additions & 2 deletions aws-creds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "femlol-aws-creds"
version = "0.37.2"
version = "0.37.3"
authors = ["FémLol Stúdió <femlol1femlol@gmail.com>", "Drazen Urch"]
description = "Tiny Rust library for working with Amazon IAM credential,s, supports `s3` crate"
repository = "https://github.com/FemLolStudio/s3-tokio"
Expand All @@ -25,7 +25,7 @@ url = "2"
quick-xml = { version = "0.31", features = ["serialize"] }
serde = { version = "1", features = ["derive"] }
time = { version = "0.3", features = ["serde", "serde-well-known"] }
log = "0.4"
log = { version = "0.4", default-features = false }

[features]
default = ["native-tls"]
Expand Down
Loading

0 comments on commit 29d3f05

Please sign in to comment.