cpython 0.0.5

This commit is contained in:
Daniel Grunwald 2016-03-05 17:51:55 +01:00
parent a4f946096c
commit a1654d5d65
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +0,0 @@
paths = ["python27-sys", "python3-sys"]

View File

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