Fix use-system-jit.patch

OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=28
This commit is contained in:
xtexChooser 2024-04-26 12:23:31 +00:00 committed by Git OBS Bridge
parent e0a613505f
commit e74f1a4965

View File

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