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

Fetching old version of binorder #25

Closed
jamperry opened this issue Mar 23, 2015 · 3 comments
Closed

Fetching old version of binorder #25

jamperry opened this issue Mar 23, 2015 · 3 comments

Comments

@jamperry
Copy link

@jamperry jamperry commented Mar 23, 2015

My Cargo.toml looks like this:

[dependencies]
bincode = "*"

However it cannot build because it is trying to fetch an old version of binorder: v.0.2.14

I've noticed in your Cargo.toml it states it should be using v0.3.1 but it's ^v0.2.9 on the Cargo web site.

https://crates.io/crates/bincode

I've tried doing cargo update and that didn't help.

@TyOverby
Copy link
Collaborator

@TyOverby TyOverby commented Mar 23, 2015

Oh, I forgot to publish to crates.io. I'll do that now.

@TyOverby
Copy link
Collaborator

@TyOverby TyOverby commented Mar 23, 2015

This should be fixed now!

@TyOverby TyOverby closed this Mar 23, 2015
@jamperry
Copy link
Author

@jamperry jamperry commented Mar 23, 2015

Thanks for the quick resolution! 👍

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.