Skip to content
Snippets Groups Projects
Commit 5decb7a49bb6 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

rust: bump rust-cpython version for 0.6.0

That function as a nice `is_none` method on `PyObject` that we will put to use.

Differential Revision: https://phab.mercurial-scm.org/D10962
parent b68d61af85a9
No related merge requests found
......@@ -157,5 +157,5 @@
[[package]]
name = "cpython"
version = "0.5.2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
......@@ -161,5 +161,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f11357af68648b6a227e7e2384d439cec8595de65970f45e3f7f4b2600be472"
checksum = "8094679a4e9bfc8035572162624bc800eda35b5f9eff2537b9cd9aacc3d9782e"
dependencies = [
"libc",
"num-traits",
......@@ -604,5 +604,5 @@
[[package]]
name = "paste"
version = "0.1.18"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
......@@ -608,18 +608,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
dependencies = [
"paste-impl",
"proc-macro-hack",
]
[[package]]
name = "paste-impl"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
"proc-macro-hack",
]
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
[[package]]
name = "pkg-config"
......@@ -662,5 +649,5 @@
[[package]]
name = "python27-sys"
version = "0.5.2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
......@@ -666,5 +653,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f485897ed7048f5032317c4e427800ef9f2053355516524d73952b8b07032054"
checksum = "5826ddbc5366eb0b0492040fdc25bf50bb49092c192bd45e80fb7a24dc6832ab"
dependencies = [
"libc",
"regex",
......@@ -672,5 +659,5 @@
[[package]]
name = "python3-sys"
version = "0.5.2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
......@@ -676,5 +663,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b29b99c6868eb02beb3bf6ed025c8bcdf02efc149b8e80347d3e5d059a806db"
checksum = "b78af21b29594951a47fc3dac9b9eff0a3f077dec2f780ee943ae16a668f3b6a"
dependencies = [
"libc",
"regex",
......
......@@ -28,5 +28,5 @@
env_logger = "0.7.1"
[dependencies.cpython]
version = "0.5.2"
version = "0.6.0"
default-features = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment