Change the suggested version in the README

The README was currently suggesting to install the 0.6 branch, which is now quite outdated.
This commit is contained in:
linkmauve 2018-07-02 13:59:54 +02:00 committed by GitHub
parent 59da132df6
commit 220523dc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ It's base64. What more could anyone want?
Example
---
In Cargo.toml: `base64 = "~0.6.0"`
In Cargo.toml: `base64 = "~0.9.2"`
```rust
extern crate base64;