version v0.8.8 bump - closer to stabilizing pages api and implementing more features soon
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user