We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's probably a good idea to get jqsh compiling on stable Rust before adding new features. Easiest way to do that is in 3 stages:
std
feature(iter_order)
iter_order
The text was updated successfully, but these errors were encountered:
Tell Travis CI to build on stable Rust
4c637ad
Closes jq-shell#2.
No branches or pull requests
It's probably a good idea to get jqsh compiling on stable Rust before adding new features. Easiest way to do that is in 3 stages:
std
futures (Update to latest Rust nightly #1)feature(iter_order)
which is planned for Rust 1.5 (upstream Tracking issue foriter_order
stabilization rust-lang/rust#27737)feature(iter_order)
in Rust 1.5The text was updated successfully, but these errors were encountered: