diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml index 8e18939ae2f1..71b42d2bdaf2 100644 --- a/misc/xplr/files/extra-patch-Cargo.toml +++ b/misc/xplr/files/extra-patch-Cargo.toml @@ -1,10 +1,11 @@ ---- Cargo.toml.orig 2022-02-12 17:10:55 UTC +--- Cargo.toml.orig 2022-06-06 15:39:26 UTC +++ Cargo.toml -@@ -71,7 +71,6 @@ features = ['serde'] - version = '0.7' - features = [ - 'luajit', -- 'vendored', - 'serialize', - 'send', - ] +@@ -60,7 +60,7 @@ features = ['serde'] + + [dependencies.mlua] + version = "0.7.4" +-features = ['luajit', 'vendored', 'serialize', 'send'] ++features = ['luajit', 'serialize', 'send'] + + [dependencies.tui-input] + version = "0.4.2"