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
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ griff-pattern = { path = "../pattern" }
griff-swang = { path = "../swang" }
clap = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Commit the lockfile edge for thiserror

This adds a normal dependency, but the committed Cargo.lock was not updated; I confirmed cargo check -p griff-cli --locked now fails with cannot update the lock file. Any consumer or CI path that builds with --locked will fail even though the manifest is otherwise valid, so the lockfile update needs to be committed with this change.

Useful? React with 👍 / 👎.


[dev-dependencies]
# Used only by the S0 characterization suite to synthesise `.mid` fixtures
Expand Down
Loading
Loading