Skip to content

Commit

Permalink
Note that 1.10.0 is required
Browse files Browse the repository at this point in the history
Turns out we're relying on a bugfix in 1.10.0 which renders 1.9.0, the first
release with `catch_unwind`, not usable.

Closes rust-lang#59
  • Loading branch information
alexcrichton committed Aug 15, 2016
1 parent 88137e7 commit 101a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Expand Up @@ -43,7 +43,7 @@ If you'd like to help contribute to this document you can find it on

[Back to top][top]

The `futures` crate requires Rust 1.9.0 or greater, which can be easily
The `futures` crate requires Rust 1.10.0 or greater, which can be easily
obtained through [rustup]. Windows, macOS, and Linux are all tested and known to
work, but PRs for other platforms are always welcome! You can add
futures to your project's `Cargo.toml` like so:
Expand Down

0 comments on commit 101a069

Please sign in to comment.