summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60e6072..650a784 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"