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

Update serialize #108

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
2 participants
@Hoverbear
Copy link

Hoverbear commented Mar 3, 2015

rustc-serialize hit 3.0.

@BurntSushi

This comment has been minimized.

Copy link
Member

BurntSushi commented Mar 3, 2015

No. rustc-serialize 0.3.x marks the start of using std::io. It is still recommended to use std::old_io. That recommendation alone wouldn't stop me, but there is still no support for standard IO in std::io, so I can't transition everything over yet.

I think once initial support gets into the next nightly, I'll be OK migrating.

@BurntSushi BurntSushi closed this Mar 3, 2015

@Hoverbear

This comment has been minimized.

Copy link
Author

Hoverbear commented Mar 3, 2015

Okay, sounds good. I'm successfully using 0.3.x in my projects right now on this branch if anyone else can't use docopt with their projects.

To anyone else:
If you see something like Args does not implement Decodable when trying to use Docopt feel free to switch to it.

@BurntSushi

This comment has been minimized.

Copy link
Member

BurntSushi commented Mar 3, 2015

Ah sorry, I forgot to update this issue. Standard IO is now in std::io, so Docopt is on rustc-serialize 0.3.0 now: #110

Note that you might still get this error if the reverse happens (you're pinned to 0.2.0).

@Hoverbear Hoverbear deleted the Hoverbear:update branch Mar 3, 2015

@Hoverbear

This comment has been minimized.

Copy link
Author

Hoverbear commented Mar 3, 2015

Sweet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.