From 19280ccb83ed9f73071fa03cca9cc80eda195d40 Mon Sep 17 00:00:00 2001 From: Zarek Syed Date: Thu, 1 Feb 2024 18:00:24 -0500 Subject: [PATCH] Remove ShortPatchList error for PRCX patching --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea256e312..78a18557e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ arcropolis-api = { git = "https://github.com/Raytwo/arcropolis_api" } arc-config = { git = "https://github.com/blu-dev/arc-config", features = ["runtime"] } # For arc:/ and mods:/ nn-fuse = { git = "https://github.com/Raytwo/nn-fuse" } -prcx = { git = "https://github.com/blu-dev/prcx", branch = "xml-style" } +prcx = { git = "https://github.com/zrksyd/prcx", branch = "xml-style-zrksyd" } # For xmsbt xml-rs = "0.8.15" serde-xml-rs = "0.6.0"