From 7fd9561af5448748a10dca5ae382874b02ed9a38 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 7 Mar 2022 20:52:35 -0500 Subject: [PATCH] use my fork of exmex --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f246e7b..5fa511d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" } shadow-rs = { version = "0.9", default-features = false } const_format = { version = "0.2.22", default-features = false, features = ["fmt"] } cfg-if = "1.0.0" -exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = ["partial"] } +exmex = { git = "https://github.com/Titaniumtown/exmex.git", branch = "main", features = ["partial"] } [build-dependencies] shadow-rs = "0.9"