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

Dependents of this crate and actix-web are broken #87

Closed
steveej opened this issue Jan 25, 2019 · 0 comments
Closed

Dependents of this crate and actix-web are broken #87

steveej opened this issue Jan 25, 2019 · 0 comments

Comments

@steveej
Copy link
Contributor

steveej commented Jan 25, 2019

Unfortunately #84 broke dependents which also depend on actix-web:

error: failed to select a version for `ring`.
    ... required by package `rustls v0.15.0`
    ... which is depended on by `hyper-rustls v0.16.0`
    ... which is depended on by `dkregistry v0.2.2-alpha.0 (https://github.com/camallo/dkregistry-rs.git?rev=a60d804b697c67b7439522231ccd9179f8334537#a60d804b)`
    ... which is depended on by `graph-builder v0.1.0 (/home/steveej/src/job-redhat/cincinnati/graph-builder)`
versions that meet the requirements `^0.14` are: 0.14.3, 0.14.2, 0.14.1, 0.14.0

the package `ring` links to the native library `ring-asm`, but it conflicts with a previous package which links to `ring-asm` as well:
package `ring v0.13.5`
    ... which is depended on by `cookie v0.11.0`
    ... which is depended on by `actix-web v0.7.18`
    ... which is depended on by `graph-builder v0.1.0 (/home/steveej/src/job-redhat/cincinnati/graph-builder)`

I suggest we revert #84 and actively pursue #44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant