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

Loosen the version of serde in Cargo.toml files #380

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Jul 26, 2023

Previously the serde version was requiring a minimum patch version. This
was more constraining for consumers of the crates than necessary. Now
the Cargo.toml files only specify the Major.Minor version numbers for
serde.

Motivation

This was requiring the main MobileCoin repo to be n'sync with the newest version of serde these crates new about.

Future Work

When time permits it would be good to have a CI run that does a build with the -Z minimum-versions flag to ensure the minimum versions are specified correctly

Previously the serde version was requiring a minimum patch version. This
was more constraining for consumers of the crates than necessary. Now
the `Cargo.toml` files only specify the Major.Minor version numbers for
serde.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions github-actions bot added size/XS PRs with less than 30 lines of changes rust Pull requests that update Rust code labels Jul 26, 2023
@nick-mobilecoin
Copy link
Collaborator Author

Test failure is due to, mobilecoinfoundation/actions#5

@nick-mobilecoin nick-mobilecoin requested review from eranrund and dolanbernard and removed request for a team July 26, 2023 22:06
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #380 (01529e8) into nick/deserialize-vec-quote (f3be30c) will not change coverage.
The diff coverage is n/a.

@@                     Coverage Diff                     @@
##           nick/deserialize-vec-quote     #380   +/-   ##
===========================================================
  Coverage                       88.14%   88.14%           
===========================================================
  Files                              40       40           
  Lines                            5527     5527           
===========================================================
  Hits                             4872     4872           
  Misses                            655      655           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Base automatically changed from nick/deserialize-vec-quote to main July 27, 2023 17:01
@nick-mobilecoin nick-mobilecoin merged commit 33a5eac into main Jul 27, 2023
24 of 25 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/loosen-serde branch July 27, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code size/XS PRs with less than 30 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants