Skip to content

Commit

Permalink
Tag v0.2 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Mast committed Dec 24, 2021
1 parent 7da3eac commit 2b7c9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = "0.3"
snap = { version="1", optional=true }
async-trait = "0.1"
cfg-if = "1"
tracing = { version="0.2", git="https://github.com/tokio-rs/tracing.git", default-features=false, features=["attributes"] }
tracing = { git="https://github.com/tokio-rs/tracing.git", default-features=false, features=["attributes"] }
tracing-futures = "0.2"

[dependencies.tokio]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This implementation does *not* aim to reimplement LevelDB. The major differences
* *Concurrent compaction*: Multiple threads can compact at the same time for higher write throughput (not fully implemented yet)
* *Async-support*: All API calls are exposed as async functions.

## Latest Version:
The version on crates.io is quite outdated. I recommend using the `main` git branch.

## Supported Architectures:
Currently, the code is only tested on Linux machines, but it should run on all systems supported by the rust compiler.

Expand Down

0 comments on commit 2b7c9a6

Please sign in to comment.