Skip to content
Merged
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
151 changes: 99 additions & 52 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ uffs-broker-protocol = { path = "crates/uffs-broker-protocol", version = "0.5.12
# workspace member as a library.

# ───── Polars (via facade crate for compilation isolation) ─────
# Polars is pinned to a specific commit in crates/uffs-polars/Cargo.toml (rev = "...").
# Run `just polars` to bump to the latest main HEAD.
# Polars is a crates.io dependency pinned by SemVer in
# crates/uffs-polars/Cargo.toml. Bump with `cargo update -p polars`.

# ───── Async Runtime ─────
# Net-free feature set so the CLI binary does not pull in `ws2_32.dll`
Expand Down
Loading
Loading