version v0.8.8 bump - closer to stabilizing pages api and implementing more features soon

This commit is contained in:
Priec
2026-06-17 23:03:51 +02:00
parent 32d593de55
commit fa2d03b19e
5 changed files with 31 additions and 132 deletions

View File

@@ -5,7 +5,7 @@ resolver = "3"
[workspace.package]
# TODO: idk how to do the name, fix later
# name = "komp_ac"
version = "0.8.2"
version = "0.8.8"
edition = "2024"
license = "GPL-3.0-or-later"
authors = ["Filip Priečinský <filippriec@gmail.com>"]
@@ -52,4 +52,14 @@ crossterm = "0.29.0"
toml = "1.1.2"
unicode-width = "0.2.2"
# Fuzzy matching (picker)
nucleo = "0.5.0"
common = { path = "./common" }
# Build against the in-tree tui-pages / tui-canvas (the source for the published
# crates) so local fixes take effect without a crates.io release. The published
# versions remain the declared dependency; this only redirects the source.
[patch.crates-io]
tui-pages = { path = "tui-pages" }
tui-canvas = { path = "tui-canvas" }