Skip to content

Commit

Permalink
chore(features): reverts to reqwest as default image provider
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan.vidrean committed Feb 1, 2024
1 parent dcc1f99 commit fe5c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Augusto César Dias <[email protected]>"]
edition = "2021"

[features]
default = ["s3"]
default = ["reqwest"]
reqwest = ["dep:reqwest"]
s3 = ["dep:aws-config", "dep:aws-sdk-s3"]

Expand Down

0 comments on commit fe5c455

Please sign in to comment.