diff --git a/0001-use-system-jit.patch b/0001-use-system-jit.patch index bf14d92..2985d93 100644 --- a/0001-use-system-jit.patch +++ b/0001-use-system-jit.patch @@ -1,11 +1,11 @@ ---- yazi-plugin/Cargo.toml.orig 2024-02-02 07:53:14.641950555 +0800 -+++ yazi-plugin/Cargo.toml 2024-02-02 07:53:59.589599854 +0800 -@@ -19,7 +19,7 @@ - crossterm = "^0" - futures = "^0" - md-5 = "^0" --mlua = { version = "^0", features = [ "lua54", "vendored", "serialize", "macros", "async" ] } -+mlua = { version = "^0", features = [ "lua54", "serialize", "macros", "async" ] } - parking_lot = "^0" - ratatui = "^0" - serde = "^1" +--- a/yazi-plugin/Cargo.toml ++++ b/yazi-plugin/Cargo.toml +@@ -21,7 +21,7 @@ ansi-to-tui = "3.1.0" + anyhow = "1.0.82" + futures = "0.3.30" + md-5 = "0.10.6" +-mlua = { version = "0.9.7", features = [ "lua54", "vendored", "serialize", "macros", "async" ] } ++mlua = { version = "0.9.7", features = [ "lua54", "serialize", "macros", "async" ] } + parking_lot = "0.12.1" + ratatui = "=0.26.1" + serde = "1.0.198"