Use version 0.2 in guide overview

This commit is contained in:
Brian Anderson 2018-02-12 11:28:46 -08:00 committed by Vlad-Shcherbina
parent a59e1dc8ad
commit 473b1f8b30
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ name = "rust2py"
crate-type = ["cdylib"]
[dependencies.pyo3]
version = "0.1"
version = "0.2"
features = ["extension-module"]
```