Skip to content

Commit

Permalink
Bump to version 2.0.5
Browse files Browse the repository at this point in the history
* Document new dependencies
  • Loading branch information
skade committed Jun 4, 2020
1 parent 6753e6c commit 111cb49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leveldb-sys"
version = "2.0.4"
version = "2.0.5"
authors = ["Andrew Dunham <andrew@du.nham.ca>", "Florian Gilcher <florian.gilcher@asquera.de>"]

description = "FFI bindings to LevelDB"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Lowlevel bindings to the leveldb C library.

## Dependencies

* Your platforms C++ compiler (usually `gcc` or `clang` on Linux and Unix, Visual Studio Build environment on Windows)
* `cmake`

## Usage

If your project is using Cargo, drop the following lines in your Cargo.toml:
Expand Down

0 comments on commit 111cb49

Please sign in to comment.