Include code from v0.5.1 directly to remove dependencies

This commit is contained in:
Alex Auvolat
2022-09-06 17:52:50 +02:00
parent 1e92e9f782
commit 0f5689c169
14 changed files with 386 additions and 290 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use garage_util::data::*;
use crate::permission::BucketKeyPerm;
use garage_model_050::key_table as old;
use crate::prev::v051::key_table as old;
/// An api key
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]