Skip to content

Commit

Permalink
Add note about ongoing work in the v10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Jan 10, 2023
1 parent 178c1ff commit 0b380c5
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 @@ -8,6 +8,9 @@ WIP. Secure, distributed, append-only log structure. Adapted from
- [Documentation][8]
- [Crates.io][2]

**NOTE**: The master branch currently only works with the old hypercore version 9.
For ongoing work to support the latest version 10 of hypercore [see the v10 branch](https://github.com/datrs/hypercore/tree/v10).

## Usage
```rust
let mut feed = hypercore::open("./feed.db").await?;
Expand Down

0 comments on commit 0b380c5

Please sign in to comment.