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

dependency problem? #60

Open
MarkSwanson opened this issue Feb 26, 2016 · 2 comments
Open

dependency problem? #60

MarkSwanson opened this issue Feb 26, 2016 · 2 comments

Comments

@MarkSwanson
Copy link

Hello,

I'm currently having trouble with the urlencoded package (I think).
I muse use serde 0.6.11, but urlencoded is including a new bodyparser 0.1.0, which needs a minimum of serde 0.6.15.

I've tried specifying various combinations in Cargo.toml to try to force specific versions of urlencoded and bodyparser, but I either get 2 versions (so serde 0.6.15 is still required) or Cargo hangs forever.

Any suggestions ?

Am I correct in saying that if urlencoded specified specific versions of its dependencies I wouldn't have my current problem?

Thanks.

@untitaker
Copy link
Member

I don't understand the problem. Are you getting a version split? Or is there an actual conflict? Or does it not compile?

@untitaker
Copy link
Member

Also body-parser seems to depend on 0.6.11 specifically.

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

2 participants