-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen the version of serde in
Cargo.toml
files (#380)
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](https://github.com/mobilecoinfoundation/mobilecoin) 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
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters