Update README.md

This commit is contained in:
Tomasz Drwięga 2018-03-15 10:36:41 +01:00 committed by GitHub
parent a094bde3dc
commit 8820f960ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ To specify a dependency, add to `Cargo.toml`
```toml
[dependencies]
ethereum-types = "0.2"
ethereum-types = "0.3"
```
Little example
@ -34,5 +34,5 @@ in a `no_std` context, add the following to your `Cargo.toml`:
```toml
[dependencies]
ethereum-types = { version = "4", default-features = false }
ethereum-types = { version = "0.3", default-features = false }
```