Commit e3f2bfda authored by Steve Klabnik's avatar Steve Klabnik

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 :)
parent ad201263
......@@ -36,7 +36,7 @@ sudo make install
###### Cargo.toml
```rust
[dependencies]
rocksdb = "~0.2.0"
rocksdb = "0.2.0"
```
###### Code
```rust
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment