- Add ImageMagick as a suggested dependency - Add chafa as a suggested dependency - Update to version 0.3.0: * chore: bump version to 0.3 (#1374) * refactor(nix): cleanup and switch to `nixfmt-rfc-style` (#1376) * feat(nix): set `VERGEN_*` build env vars (#1375) * fix(nix): add `outputHashes` for `notify` git dependency (#1373) * feat: new `extract` builtin plugin for archive extracting (#1321) * fix: adapt to a wider range of terminal cursor management through DECSET and DECRQM requests again * fix: can't rewatch a directory that has been deleted once before (#1335) * fix: adapt to a wider range of terminal cursor management through `DECSET` and `DECRQM` requests (#1346) * fix: help menu multi-line text rendering (#1347) * feat: make `F1` also show the help menu (#1336) * fix: wrong directory loading optimization condition (#1331) * feat: add support for `%@` argument extension on Windows to align with Unix platforms (#1319) * feat: add Winget publishes to CI/CD (#1299) * refactor: fix Clippy warnings (#1312) * fix: add `use-dev-tty` to fix piping to Yazi on macOS (#1317) * fix: destroy term before stopping signals (#1310) * refactor: reimplement the signal system (#1307) * feat: allow setting `YAZI_ID` as a command line argument (#1305) * feat: help users migrate shell key bindings to v0.3 (#1304) * feat: add `children_add` and `children_remove` methods to the `Header` component as well (#1297) * feat: add `ctime` linemode (#1295) * feat: support displaying files with inaccessible metadata (#1275) * feat: add `random` option to the `sort` command (#1291) * feat: make UI extensions easier (#1257) * feat: new command `hardlink` (#1268) OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=31
12 lines
456 B
Diff
12 lines
456 B
Diff
--- yazi-plugin/Cargo.toml
|
|
+++ 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"
|