Skip to content

Commit

Permalink
Add gcs to features=all
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Feb 1, 2018
1 parent 9d1184a commit de61c8b
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 @@ -79,7 +79,7 @@ mio-named-pipes = "0.1"

[features]
default = ["s3"]
all = ["redis", "s3", "memcached"]
all = ["redis", "s3", "memcached", "gcs"]
s3 = ["chrono", "hyper", "hyper-tls", "rust-crypto", "simple-s3"]
simple-s3 = []
gcs = ["chrono", "hyper", "hyper-tls", "jsonwebtoken", "openssl", "url"]
Expand Down

0 comments on commit de61c8b

Please sign in to comment.