Skip to content

Commit

Permalink
Update required Rust version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing authored and svartalf committed Jan 17, 2020
1 parent 0b187f0 commit 329b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ See the [comparison](https://github.com/heim-rs/heim/blob/master/COMPARISON.md)

`heim` requires stable Rust 1.36+,
but examples, tests and benchmarks use the [`async_await`](https://github.com/rust-lang/rust/issues/50547)
feature and therefore require a `nightly` compiler.\
feature and therefore require stable Rust 1.39+.\
Of course, you can use `heim` without the `async` keyword,
just be aware that it is used by the examples.

Expand Down

0 comments on commit 329b10a

Please sign in to comment.