diff options
| author | Omer Katz <omer.drow@gmail.com> | 2019-03-08 10:53:45 +0200 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2019-03-08 10:53:45 +0200 |
| commit | f455ff6a69a7759ef36f0e82d6f83bac731f29ab (patch) | |
| tree | 24a164246481ef4094e8063676bffa6056588199 /Cargo.toml | |
| parent | f6f921326acf52eef5671ffedff764ba25146b2b (diff) | |
| download | py-amqp-rust-serialization.tar.gz | |
Create list with capacity.rust-serialization
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" |
