summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-03-08 10:53:45 +0200
committerOmer Katz <omer.drow@gmail.com>2019-03-08 10:53:45 +0200
commitf455ff6a69a7759ef36f0e82d6f83bac731f29ab (patch)
tree24a164246481ef4094e8063676bffa6056588199 /Cargo.toml
parentf6f921326acf52eef5671ffedff764ba25146b2b (diff)
downloadpy-amqp-rust-serialization.tar.gz
Create list with capacity.rust-serialization
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"