Skip to content

Commit

Permalink
Remove minimum supported tendermint version from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Jun 23, 2021
1 parent 11f38e7 commit 0056b45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ than one runtime is enabled or none of them are enabled. By default, `use-tokio`
Example ABCI applications can be found in `examples/sync-counter.rs` (using `sync_api`) and `examples/async-counter.rs`
(using `async_api`).

## Minimum Supported Versions

- Tendermint: [`v0.34.3`](https://github.com/tendermint/tendermint/releases/tag/v0.34.3)

## Documentation

- [`master`](https://devashishdxt.github.io/abci-rs/abci/)
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
//!
//! Example ABCI applications can be found in `examples/sync-counter.rs` (using `sync_api`) and `examples/async-counter.rs`
//! (using `async_api`).
//!
//! # Minimum Supported Versions
//!
//! - Tendermint: [`v0.34.3`](https://github.com/tendermint/tendermint/releases/tag/v0.34.3)
#![cfg_attr(feature = "doc", feature(doc_cfg))]

#[cfg(not(any(feature = "async-api", feature = "sync-api")))]
Expand Down

0 comments on commit 0056b45

Please sign in to comment.