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 62bd30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ 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._

## Example

```rust
Expand Down

0 comments on commit 62bd30f

Please sign in to comment.