Skip to content

Commit

Permalink
Possible default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Sep 1, 2024
1 parent 66c6042 commit 335f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sha2 = "0.10"
surf = { version = "2", optional = true, default-features = false, features = [
"h1-client-rustls",
] }
thiserror = "1"
thiserror = { version = "1", default-features = false }
time = { version = "^0.3.6", features = [
"formatting",
"macros",
Expand Down

0 comments on commit 335f7a8

Please sign in to comment.