rust-cpython 0.0.4

This commit is contained in:
Daniel Grunwald 2015-08-25 20:02:50 +02:00
parent 3e2dca717e
commit 86a3d605e1
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "cpython"
version = "0.0.3"
version = "0.0.4"
description = "Bindings to Python"
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
readme = "README.md"
@ -25,9 +25,9 @@ exclude = [
build = "build.rs"
[dependencies]
libc = "*"
num = "*"
interpolate_idents = {git = "https://github.com/dgrunwald/interpolate_idents.git"}
libc = "0.1"
num = "0.1"
interpolate_idents = ">=0.0.4"
abort_on_panic = "1.0"
# These features are both optional, but you must pick one to