rename INDEX_BLOB_NAME to MANIFEST_BLOB_NAME

This commit is contained in:
Dietmar Maurer
2019-10-12 15:53:27 +02:00
parent 296c50ba3d
commit ad6e5a6f51
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@
//!
//! Not sure if this is better. TODO
pub const INDEX_BLOB_NAME: &str = "index.json.blob";
pub const MANIFEST_BLOB_NAME: &str = "index.json.blob";
pub const CATALOG_BLOB_NAME: &str = "catalog.blob";
#[macro_export]