Skip to content

Commit

Permalink
Compiles on stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Nov 11, 2019
1 parent bf38a92 commit 6ed51bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ To know more, go to `examples/` to see a sample ABCI applications.
### Features

- `async`: Enables ABCI Server with asynchronous IO
- Supported on **nightly** Rust only.
- Only supports **`tokio`** executor.
- **Disabled** by default.
- `uds`: Enables support for running ABCI server over Unix Domain Socket (UDS)
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
//! ### Features
//!
//! - `async`: Enables ABCI Server with asynchronous IO
//! - Supported on **nightly** Rust only.
//! - Only supports **`tokio`** executor.
//! - **Disabled** by default.
//! - `uds`: Enables support for running ABCI server over Unix Domain Socket (UDS)
Expand Down

0 comments on commit 6ed51bb

Please sign in to comment.