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

RFC: Line event stream support for Tokio #35

Merged
merged 6 commits into from
Aug 2, 2020

Commits on May 12, 2020

  1. Fix compiler warnings (requires rustc 1.36.0).

    mem::unitialized() is deprecated, use mem::MaybeUninit instead which exists
    since rustc 1.36.0.
    mgottschlag committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1e69adc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Increase MSRV to 1.36.0.

    mgottschlag committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e2ae6cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139be3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d1704 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Bump MSRV to 1.38.0

    Signed-off-by: Paul Osborne <[email protected]>
    posborne committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    423a1af View commit details
    Browse the repository at this point in the history
  2. Disable CI for ppc64 for now (link errors)

    Until root cause is established, disable this target.
    
    Signed-off-by: Paul Osborne <[email protected]>
    posborne committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    735f8f7 View commit details
    Browse the repository at this point in the history