fix(grumble): "0.6.1" -> "0.6"

Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>
This commit is contained in:
Wei Tang 2019-01-16 13:04:13 +01:00 committed by GitHub
parent 9428d4bea2
commit cda633e638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Support a very similar API as the built-in primitive integer types.
In your `Cargo.toml` paste
```
uint = "0.6.1"
uint = "0.6"
```
Construct your own big unsigned integer type as follows.