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

Bump to 0.1.5 on crates.io for core::slice::Iter support #48

Closed
tcr opened this issue Dec 29, 2014 · 6 comments
Closed

Bump to 0.1.5 on crates.io for core::slice::Iter support #48

tcr opened this issue Dec 29, 2014 · 6 comments

Comments

@tcr
Copy link

tcr commented Dec 29, 2014

Getting this error as of rust nightly 12-23:

src/namespace.rs:2:5: 2:23 error: unresolved import `core::slice::Items`. There is no `Items` in `core::slice`
src/namespace.rs:2 use core::slice::Items;
                       ^~~~~~~~~~~~~~~~~~

Changed as of this commit: rust-lang/rust@f8cfd24#diff-91f9d2237c7851d61911b0ca64792a88

@tcr
Copy link
Author

tcr commented Dec 29, 2014

Saw this was updated already. #45 Changed to bump version request.

@tcr tcr changed the title core::slice::Items renamed to core::slice::Iter Bump to 0.1.5 on crates.io for core::slice::Iter support Dec 29, 2014
@tomaka
Copy link
Collaborator

tomaka commented Dec 30, 2014

@netvl Can I publish versions on crates.io (pre-rust-1.0)?
I'm also planning on keeping gl-rs up-to-date on crates.io, which requires xml-rs to be up-to-date.

@netvl
Copy link
Owner

netvl commented Dec 30, 2014

@tomaka sure, I've added you to the owners list from the beginning. Sorry, I sometimes forget to update the crate on crates.io :(

@tcr
Copy link
Author

tcr commented Dec 30, 2014

Thanks for your work @netvl (and @tomaka)! Rust 1.0 can't come soon enough.

@tomaka
Copy link
Collaborator

tomaka commented Dec 30, 2014

Uploaded (see #49)

@tomaka tomaka closed this as completed Dec 30, 2014
@netvl
Copy link
Owner

netvl commented Dec 30, 2014

Thank you very much!

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

No branches or pull requests

3 participants