Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFetching old version of binorder #25
Closed
Comments
|
Oh, I forgot to publish to crates.io. I'll do that now. |
|
This should be fixed now! |
|
Thanks for the quick resolution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Cargo.toml looks like this:
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.