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 upUpdate #78
Update #78
Conversation
Signed-off-by: Peter Atashian <retep998@gmail.com>
|
This is for the |
badboy
commented
Feb 4, 2015
|
About the |
Fix `iter()` and `FromStr` changes.
|
@Hoverbear Thanks for volunteering to co-maintain! You should have access to publish on crates.io now. To do so:
|
|
@SimonSapin Thanks. When is it appropriate to publish a new crate version? |
|
@Hoverbear Whenever there is a change since the last publication that might be useful to someone, which is definitely the case for fixes like this for breaking language changes. If in doubt, publish. Publishing is cheap. I would have Travis-CI do it on every push to master that passes tests, except that deciding which component of the version number to increment is hard to automate. (I also gave access to @seanmonstar who published for this PR (thanks!) so you don’t need to do it right now.) |
retep998 commentedFeb 3, 2015
No description provided.