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
@@ -14,7 +14,7 @@ use garage_table::*;
use crate::index_counter::*;
use crate::s3::version_table::*;
use garage_model_050::object_table as old;
use crate::prev::v051::object_table as old;
pub const OBJECTS: &str = "objects";
pub const UNFINISHED_UPLOADS: &str = "unfinished_uploads";
+1 -1
View File
@@ -12,7 +12,7 @@ use garage_table::*;
use crate::s3::block_ref_table::*;
use garage_model_050::version_table as old;
use crate::prev::v051::version_table as old;
/// A version of an object
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]