Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Move dependencies to the workspace Cargo.toml #1102

Merged
merged 2 commits into from
May 23, 2024

Conversation

aborgna-q
Copy link
Collaborator

Automated change generated by cargo-autoinherit.

This should simplify adding common dependencies on the new subcrates (#1100).

@aborgna-q aborgna-q requested a review from cqc-alec May 23, 2024 10:58
@aborgna-q aborgna-q requested a review from a team as a code owner May 23, 2024 10:58
num-rational = { version = "0.4.1", features = ["serde"] }
downcast-rs = "1.2.0"
serde = { version = "1.0", features = [
# Rc used here for Extension, but unfortunately we must turn the feature on globally
Copy link
Collaborator

Choose a reason for hiding this comment

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

This comment got lost, do we want to put it back?

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.78%. Comparing base (3476bd7) to head (068d155).

Current head 068d155 differs from pull request most recent head c33d85c

Please upload reports for the commit c33d85c to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1102      +/-   ##
==========================================
+ Coverage   86.73%   86.78%   +0.04%     
==========================================
  Files          90       90              
  Lines       18501    18501              
  Branches    18108    18108              
==========================================
+ Hits        16047    16056       +9     
+ Misses       1615     1606       -9     
  Partials      839      839              
Flag Coverage Δ
rust 86.86% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aborgna-q aborgna-q enabled auto-merge May 23, 2024 11:47
@aborgna-q aborgna-q added this pull request to the merge queue May 23, 2024
Merged via the queue into main with commit 4b8d23d May 23, 2024
16 checks passed
@aborgna-q aborgna-q deleted the ab/cargo-autoinherit branch May 23, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants