Bump trybuild to 1.120 - #1309
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the trybuild dev-dependency in diskann-quantization to ensure the project pulls in upstream improvements (notably, rendering that’s independent of terminal width), and refreshes Cargo.lock accordingly for the workspace.
Changes:
- Bump
diskann-quantization’strybuilddev-dependency from1.0.101to1.0.120. - Update
Cargo.lockto reflect the newtrybuildresolution and its updated transitive dependencies (notablytomland a secondwinnowversion).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| diskann-quantization/Cargo.toml | Updates the trybuild dev-dependency version requirement to 1.0.120. |
| Cargo.lock | Refreshes lockfile entries to match the updated trybuild resolution and transitive dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1309 +/- ##
=======================================
Coverage 91.46% 91.47%
=======================================
Files 516 516
Lines 98200 98276 +76
=======================================
+ Hits 89820 89894 +74
- Misses 8380 8382 +2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Mainly to pull in dtolnay/trybuild#325, making message rendering independent of terminal width.
Adding a new version of
winnowas a transitive dependency is unfortunate, but doesn't seem resolvable by bumpingrstest(the other crate that pulls inwinnowas a transitive dep).