From 1849e36ff581891e24b9adf1b2117d0b5b7e2156 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 22 May 2022 15:27:52 -0700 Subject: [PATCH] Fix Diddy/Link save state items by removing LuaConst caching --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e97ba3b..9edbc1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" } -skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" } +skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git", branch = "no-cache" } skyline-web = { git = "https://github.com/skyline-rs/skyline-web.git" } bitflags = "1.2.1" parking_lot = { version = "0.11.1", features = ["nightly"] }