Skip to content

Rust 1.3 / 1.4 no longer supported #6

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

Closed
FvD opened this issue Dec 30, 2015 · 1 comment
Closed

Rust 1.3 / 1.4 no longer supported #6

FvD opened this issue Dec 30, 2015 · 1 comment

Comments

@FvD
Copy link

FvD commented Dec 30, 2015

In the readme you state "it should work in versions as early as 1.3. " but the latest update has issues with a dependency that is not compiling in earlier versions of rust-lang.

~/.c/n/p/vim-markdown-composer ❯❯❯ cargo build --release  
   Compiling unicase v1.1.0
/home/frans/.cargo/registry/src/github.com-0a35038f75765ae4/unicase-1.1.0/src/lib.rs:55:20: 55:36 error: use of unstable library feature 'iter_order': needs review and revision (see issue #27737)
/home/frans/.cargo/registry/src/github.com-0a35038f75765ae4/unicase-1.1.0/src/lib.rs:55         self_chars.cmp(other_chars)

error: aborting due to previous error
Build failed, waiting for other jobs to finish...
Could not compile `unicase`.

The ticket this is refering to #27737 in rust-lang that was fixed and updating to the latest stable release (1.5) solves the unicase compile issue. Consider updating the documentation.

@euclio euclio closed this as completed in f74e820 Dec 31, 2015
@euclio
Copy link
Owner

euclio commented Dec 31, 2015

Thanks!

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

2 participants