cpython 0.0.5
This commit is contained in:
parent
a4f946096c
commit
a1654d5d65
|
@ -1,2 +0,0 @@
|
||||||
paths = ["python27-sys", "python3-sys"]
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cpython"
|
name = "cpython"
|
||||||
version = "0.0.4"
|
version = "0.0.5"
|
||||||
description = "Bindings to Python"
|
description = "Bindings to Python"
|
||||||
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
|
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -27,7 +27,7 @@ build = "build.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
num = "0.1"
|
num = "0.1"
|
||||||
interpolate_idents = { git = "https://github.com/dgrunwald/interpolate_idents.git" }
|
interpolate_idents = ">=0.0.7"
|
||||||
abort_on_panic = "1.0"
|
abort_on_panic = "1.0"
|
||||||
|
|
||||||
# These features are both optional, but you must pick one to
|
# These features are both optional, but you must pick one to
|
||||||
|
@ -35,10 +35,12 @@ abort_on_panic = "1.0"
|
||||||
[dependencies.python27-sys]
|
[dependencies.python27-sys]
|
||||||
optional = true
|
optional = true
|
||||||
path = "python27-sys"
|
path = "python27-sys"
|
||||||
|
version = "0.1.1"
|
||||||
|
|
||||||
[dependencies.python3-sys]
|
[dependencies.python3-sys]
|
||||||
optional = true
|
optional = true
|
||||||
path = "python3-sys"
|
path = "python3-sys"
|
||||||
|
version = "0.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["python3-sys"]
|
default = ["python3-sys"]
|
||||||
|
|
Loading…
Reference in New Issue