You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: