Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Sync subcrate deps with 0.1.5 release #17

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

prasannavl
Copy link
Contributor

@prasannavl prasannavl commented Apr 17, 2019

Description

  • With fix: sync up with nightly futures_api #14 up, and release version bumped, bring the sub projects in sync with the latest dependency.
  • Also update release versions of the sub projects to ready them for release

Motivation and Context

Needed for sub projects to build on latest nightly.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

prasannavl added a commit to prasannavl/tide that referenced this pull request Apr 17, 2019
Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
@aturon aturon merged commit 304385f into http-rs:master Apr 17, 2019
@aturon
Copy link
Contributor

aturon commented Apr 17, 2019

Thanks! Merged and published 👍

secretfader pushed a commit to secretfader/tide that referenced this pull request Apr 18, 2019
Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
prasannavl added a commit to prasannavl/tide that referenced this pull request Apr 18, 2019
Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
prasannavl added a commit to prasannavl/tide that referenced this pull request Apr 18, 2019
Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
yoshuawuyts pushed a commit to http-rs/tide that referenced this pull request Apr 18, 2019
* fix: sync up with nightly futures_api

* 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)

* Update .travis.yml

* Documents acceptable endpoint fns (#177)

* expand on endpoint Fn's

* use ready! macro instead

* 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: #176

* fix: 2018 edition lints

* fix: cargo fmt check in the last commit

* fix: sync up with nightly futures_api

* 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)

* Update .travis.yml

* fix: docs using old futures macro
@prasannavl prasannavl deleted the futures_update_04_2019 branch April 18, 2019 14:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants