From 00adf3631a5e3111798349f0dea5d416c56f122d Mon Sep 17 00:00:00 2001 From: Jai A Date: Mon, 20 Dec 2021 09:11:40 -0700 Subject: [PATCH] Remove replacing assets index URL in manifest to preserve file integrity --- daedalus/Cargo.toml | 2 +- daedalus_client/Cargo.toml | 2 +- daedalus_client/src/minecraft.rs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/daedalus/Cargo.toml b/daedalus/Cargo.toml index 3daee5cfc..448ead6e6 100644 --- a/daedalus/Cargo.toml +++ b/daedalus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daedalus" -version = "0.1.13" +version = "0.1.14" authors = ["Jai A "] edition = "2018" license = "MIT" diff --git a/daedalus_client/Cargo.toml b/daedalus_client/Cargo.toml index cf925cfcb..bf4473328 100644 --- a/daedalus_client/Cargo.toml +++ b/daedalus_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daedalus_client" -version = "0.1.13" +version = "0.1.14" authors = ["Jai A "] edition = "2018" diff --git a/daedalus_client/src/minecraft.rs b/daedalus_client/src/minecraft.rs index d3f7c72fc..58fae665b 100644 --- a/daedalus_client/src/minecraft.rs +++ b/daedalus_client/src/minecraft.rs @@ -75,7 +75,6 @@ pub async fn retrieve_data(uploaded_files: &mut Vec) -> Result