diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ crate-type = ["cdylib"] [dependencies] # pyo3 = { version = "0.6.0-alpha.4", features = ["extension-module"] } -pyo3 = { git = "https://github.com/thedrow/pyo3", branch = "list-with-capacity", features = ["extension-module"] } +pyo3 = { git = "https://github.com/PyO3/pyo3", branch = "master", features = ["extension-module"] } byteorder = "1.3.1" lazy_static = "1.3.0" |
