Skip to content

Commit

Permalink
Add disclaimer about futures 0.1 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Feb 5, 2020
1 parent 7b91fbc commit 92f606b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ consists of three parts:
* A `Server` which spawns the `LspService` and processes requests and responses
over stdin and stdout.

_NOTE: This library currently relies on `futures` 0.1 and is not async/await
ready. Support for `std::future::Future` and async/await is tracked in [#58]._

[#58]: https://github.com/ebkalderon/tower-lsp/issues/58

## Example

```rust
Expand Down

0 comments on commit 92f606b

Please sign in to comment.