Update to hyper 0.7 #19

Merged
mcasper merged 1 commit from hyper_0_7 into master 2015-12-11 16:41:07 +13:00
mcasper commented 2015-12-11 15:37:07 +13:00 (Migrated from github.com)

Trying to use this crate (or crates that depend on it) in junction with hyper 0.7 cause a native linking error with openssl-sys. This resolves it by updating to hyper 0.7, and implementing the two other required methods for the NetworkStream trait introduced in 0.7

The error:

native library `openssl` is being linked to by more than one version of the same package, but it can only be linked once; try updating or pinning your dependencies to ensure that this package only shows up once

  openssl-sys v0.7.1
  openssl-sys v0.6.7
Trying to use this crate (or crates that depend on it) in junction with hyper 0.7 cause a native linking error with openssl-sys. This resolves it by updating to hyper 0.7, and implementing the two other required methods for the NetworkStream trait introduced in 0.7 The error: ``` native library `openssl` is being linked to by more than one version of the same package, but it can only be linked once; try updating or pinning your dependencies to ensure that this package only shows up once openssl-sys v0.7.1 openssl-sys v0.6.7 ```
mikedilger commented 2015-12-11 16:41:10 +13:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/formdata!19
No description provided.