Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Update serialize #108

Closed
wants to merge 1 commit into from
Closed

Update serialize #108

wants to merge 1 commit into from

Conversation

Hoverbear
Copy link

rustc-serialize hit 3.0.

@BurntSushi
Copy link
Member

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
Copy link
Author

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
Copy link
Member

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 update branch March 3, 2015 19:23
@Hoverbear
Copy link
Author

Sweet!

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

Successfully merging this pull request may close these issues.

2 participants