Show More
@@ -157,9 +157,9 b' dependencies = [' | |||
|
157 | 157 | |
|
158 | 158 | [[package]] |
|
159 | 159 | name = "cpython" |
|
160 |
version = "0. |
|
|
160 | version = "0.6.0" | |
|
161 | 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
162 | checksum = "0f11357af68648b6a227e7e2384d439cec8595de65970f45e3f7f4b2600be472" | |
|
162 | checksum = "8094679a4e9bfc8035572162624bc800eda35b5f9eff2537b9cd9aacc3d9782e" | |
|
163 | 163 | dependencies = [ |
|
164 | 164 | "libc", |
|
165 | 165 | "num-traits", |
@@ -604,22 +604,9 b' dependencies = [' | |||
|
604 | 604 | |
|
605 | 605 | [[package]] |
|
606 | 606 | name = "paste" |
|
607 |
version = " |
|
|
607 | version = "1.0.5" | |
|
608 | 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
609 | checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" | |
|
610 | dependencies = [ | |
|
611 | "paste-impl", | |
|
612 | "proc-macro-hack", | |
|
613 | ] | |
|
614 | ||
|
615 | [[package]] | |
|
616 | name = "paste-impl" | |
|
617 | version = "0.1.18" | |
|
618 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
619 | checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" | |
|
620 | dependencies = [ | |
|
621 | "proc-macro-hack", | |
|
622 | ] | |
|
609 | checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" | |
|
623 | 610 | |
|
624 | 611 | [[package]] |
|
625 | 612 | name = "pkg-config" |
@@ -662,9 +649,9 b' dependencies = [' | |||
|
662 | 649 | |
|
663 | 650 | [[package]] |
|
664 | 651 | name = "python27-sys" |
|
665 |
version = "0. |
|
|
652 | version = "0.6.0" | |
|
666 | 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
667 | checksum = "f485897ed7048f5032317c4e427800ef9f2053355516524d73952b8b07032054" | |
|
654 | checksum = "5826ddbc5366eb0b0492040fdc25bf50bb49092c192bd45e80fb7a24dc6832ab" | |
|
668 | 655 | dependencies = [ |
|
669 | 656 | "libc", |
|
670 | 657 | "regex", |
@@ -672,9 +659,9 b' dependencies = [' | |||
|
672 | 659 | |
|
673 | 660 | [[package]] |
|
674 | 661 | name = "python3-sys" |
|
675 |
version = "0. |
|
|
662 | version = "0.6.0" | |
|
676 | 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
677 | checksum = "5b29b99c6868eb02beb3bf6ed025c8bcdf02efc149b8e80347d3e5d059a806db" | |
|
664 | checksum = "b78af21b29594951a47fc3dac9b9eff0a3f077dec2f780ee943ae16a668f3b6a" | |
|
678 | 665 | dependencies = [ |
|
679 | 666 | "libc", |
|
680 | 667 | "regex", |
General Comments 0
You need to be logged in to leave comments.
Login now