-
Notifications
You must be signed in to change notification settings - Fork 5
feat: update cargo files to use workspace package #430
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Simon Paitrault <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #430 +/- ##
==========================================
+ Coverage 66.95% 68.99% +2.03%
==========================================
Files 220 220
Lines 12109 12109
==========================================
+ Hits 8107 8354 +247
+ Misses 4002 3755 -247 ☔ View full report in Codecov by Sentry. |
|
Hmm, why is CI trying to parse the README as toml? @Freyskeyd |
it is part of how |
@Freyskeyd Can we move this PR to draft status while waiting for |
@Freyskeyd Is |
Description
This PR updates
Cargo.toml
files to useworkspace
value instead of redefining the same value in each crate.PR Checklist: