Upgrade redb 2 → 4, slim down tui-markdown
redb: add ReadableDatabase trait import for begin_read(). tui-markdown: disable highlight-code (drops syntect), fix test deps leaking into normal dependencies. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
61b0a43cf5
commit
d7c93ffdf1
3 changed files with 7 additions and 305 deletions
|
|
@ -32,7 +32,7 @@ json5 = "1.3"
|
|||
|
||||
crossterm = { version = "0.29", features = ["event-stream"] }
|
||||
ratatui = { version = "0.30", features = ["unstable-rendered-line-info"] }
|
||||
tui-markdown = { git = "https://github.com/koverstreet/tui-markdown", subdirectory = "tui-markdown" }
|
||||
tui-markdown = { git = "https://github.com/koverstreet/tui-markdown", subdirectory = "tui-markdown", default-features = false }
|
||||
tui-textarea = { version = "0.10.2", package = "tui-textarea-2" }
|
||||
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
@ -46,7 +46,7 @@ memmap2 = "0.9"
|
|||
peg = "0.8"
|
||||
paste = "1"
|
||||
|
||||
redb = "2"
|
||||
redb = "4"
|
||||
rkyv = { version = "0.7", features = ["validation", "std"] }
|
||||
|
||||
rayon = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue