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

fix: sync up with nightly futures_api #176

Merged
merged 13 commits into from
Apr 18, 2019

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    8bd8fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa17a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. update dep versions

    Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
    prasannavl authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    f988b7e View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    prasannavl authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    85fac1a View commit details
    Browse the repository at this point in the history
  3. Documents acceptable endpoint fns (http-rs#177)

    * expand on endpoint Fn's
    
    * use ready! macro instead
    fairingrey authored and yoshuawuyts committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9e0a19a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. compiler pragmas

    Add some good practise pragmas.
    
    Additionally, this also worksaround clippy bug allowing it to pass with the addition of crate level `#![allow(clippy::needless_lifetimes)]`. It's applied on a crate level so as to avoid this from being added repeatedly across the modules or functions - and since it's strictly a  temporary measure. 
    
    Related: http-rs#176
    prasannavl authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    b09fcda View commit details
    Browse the repository at this point in the history
  2. fix: 2018 edition lints

    prasannavl authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    0281fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c0c60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b478bc View commit details
    Browse the repository at this point in the history
  5. update dep versions

    Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
    prasannavl committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    b120ba2 View commit details
    Browse the repository at this point in the history
  6. Update .travis.yml

    prasannavl committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    4cc8865 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b88cac View commit details
    Browse the repository at this point in the history
  8. Merge branch 'futures_update_2017_04' of ssh://github.com/prasannavl/…

    …tide into futures_update_2017_04
    prasannavl committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    2d8d0c0 View commit details
    Browse the repository at this point in the history