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

bincode 1.0.0-alpha6 changed SizeLimit to a trait #134

Merged
merged 1 commit into from
Mar 19, 2017
Merged

Commits on Mar 19, 2017

  1. bincode 1.0.0-alpha6 changed SizeLimit to a trait

    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.
    ms705 committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5319619 View commit details
    Browse the repository at this point in the history