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
692 changes: 0 additions & 692 deletions .github/workflows/update-data.yml

This file was deleted.

58 changes: 0 additions & 58 deletions Cargo.lock

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

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,8 @@ object = { version = "0.36", default-features = false, features = ["read", "std"
rusqlite = { version = "0.31", features = ["bundled"] }
shell-words = "1"
bincode = "1"
# USB VID:PID -> {vendor, product} name lookup. Bundles the linux-usb.org
# `usb.ids` snapshot at compile time into a `phf` perfect-hash table.
# Pure Rust, no libusb / no udev. Versioning scheme `1.YYYY.N` tracks
# upstream snapshots — `cargo update` pulls in new silicon. Tier-1 for
# `fbuild_core::usb::resolve()`; the tier-2 online overlay is fetched
# from the repo's `online-data` branch.
usb-ids = "1.2025"
# USB identity data is fetched from FastLED/boards at runtime. Do not add a
# catalogue dependency here; dependency checks run through `soldr cargo`.
# prost: hand-derived `#[derive(prost::Message)]` payload structs for the
# fbuild v1 broker request/response lane (no .proto/build.rs needed). Pinned
# to the version running-process 4.3.0 re-exports so the wire types stay
Expand Down
Loading
Loading