forked from google/tarpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bincode 1.0.0-alpha6 changed
SizeLimit
to a trait (google#134)
Unfortunately, cargo's semantic versioning gets confused by the "-alpha" suffix in current bincode versions (I think): even though tarpc's Cargo.toml specified version "1.0.0-alpha4", cargo will download the more recent "1.0.0-alpha6", which has breaking changes to the `SizeLimit` enum. This change makes tarpc work with bincode 1.0.0-alpha6 and updates the dependency.
- Loading branch information
Showing
2 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