-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use same version for bitwarden crates #663
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #663 +/- ##
=======================================
Coverage 60.70% 60.70%
=======================================
Files 173 173
Lines 10518 10518
=======================================
Hits 6385 6385
Misses 4133 4133 ☔ View full report in Codecov by Sentry. |
1c58d91
to
06e09b7
Compare
New Issues
Fixed Issues
|
# Conflicts: # crates/bitwarden-json/Cargo.toml # crates/bws/Cargo.toml # crates/sdk-schemas/Cargo.toml
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.
LGTM
Type of change
Objective
Rather than maintaining separate versions for every crate let's keep them locked. That means the rust sdk packages will always have the same version. Unfortunately a side effect of this is that every package will be released even if that package hasn't changed.
Before you submit