From 64ee1ac8ad6583eef69def790cdebb5045930bdb Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 15 Jun 2020 19:37:06 -0500 Subject: [PATCH] Use custom rexiv2 --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91ebfef..7ba1ab6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,8 +1747,7 @@ dependencies = [ [[package]] name = "rexiv2" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "982534bb5ab05ec02973487cb3338392dc68fdc8e189fdcf268ef8c95a78cfa8" +source = "git+https://git.asonix.dog/asonix/rexiv2#02ba2712484b5839051e70006c94454dff7750fa" dependencies = [ "gexiv2-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index a6e039d..ce711cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ magick_rust = "0.14.0" mime = "0.3.1" once_cell = "1.4.0" rand = "0.7.3" -rexiv2 = "0.9.0" +rexiv2 = { version = "0.9.0", git = "https://git.asonix.dog/asonix/rexiv2" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.9.0"