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

Allow deprecated Error::cause #818

Merged
merged 1 commit into from
Jan 2, 2019
Merged

Allow deprecated Error::cause #818

merged 1 commit into from
Jan 2, 2019

Commits on Dec 29, 2018

  1. Allow deprecated Error::cause

    Error::cause is deprecated in Rust 1.33, but this allows Error::cause
    until the minimum supported version of tokio is Rust 1.30.
    
    When the minimum support version of tokio reaches Rust 1.30,
    replace Error::cause with Error::source.
    
    Fixes: #817
    taiki-e committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    5e8afda View commit details
    Browse the repository at this point in the history