Use more regular semver suggestion

This is the same as using ^, which is a bit nicer than ~ imho, and is the default for a reason :)
master
Steve Klabnik 9 years ago
parent ad201263f8
commit e3f2bfdafa
  1. 2
      README.md

@ -36,7 +36,7 @@ sudo make install
###### Cargo.toml ###### Cargo.toml
```rust ```rust
[dependencies] [dependencies]
rocksdb = "~0.2.0" rocksdb = "0.2.0"
``` ```
###### Code ###### Code
```rust ```rust

Loading…
Cancel
Save