mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-19 01:36:15 +00:00
Fix tests
This commit is contained in:
@@ -63,7 +63,7 @@ prometheus = "0.13"
|
||||
aws-sdk-s3 = "0.8"
|
||||
chrono = "0.4"
|
||||
http = "0.2"
|
||||
hmac = "0.10"
|
||||
hmac = "0.12"
|
||||
hyper = { version = "0.14", features = ["client", "http1", "runtime"] }
|
||||
sha2 = "0.10"
|
||||
|
||||
|
||||
@@ -3,5 +3,8 @@ mod common;
|
||||
|
||||
mod admin;
|
||||
mod bucket;
|
||||
|
||||
#[cfg(feature="k2v")]
|
||||
mod k2v;
|
||||
|
||||
mod s3;
|
||||
|
||||
Reference in New Issue
Block a user