Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tree-sitter-fortran = "0.6"
petgraph = "0.8"
# Pure-Rust embedded ACID KV (mmap, copy-on-write B-tree, MVCC snapshot reads).
# Backs the per-repo on-disk shard store; no C/C++ toolchain, clean on Windows.
redb = "2"
redb = "4"
# msgpack codec for shard node/edge/index values. Already used by the AST cache
# (synaptic-extract `cache-binary`); reused here so we add no new codec.
rmp-serde = "1"
Expand Down
Loading