Skip to content

Commit a1654d5

Browse files
committed
cpython 0.0.5
1 parent a4f9460 commit a1654d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cargo/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cpython"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
description = "Bindings to Python"
66
authors = ["Daniel Grunwald <[email protected]>"]
77
readme = "README.md"
@@ -27,18 +27,20 @@ build = "build.rs"
2727
[dependencies]
2828
libc = "0.2"
2929
num = "0.1"
30-
interpolate_idents = { git = "https://github.com/dgrunwald/interpolate_idents.git" }
30+
interpolate_idents = ">=0.0.7"
3131
abort_on_panic = "1.0"
3232

3333
# These features are both optional, but you must pick one to
3434
# indicate which python ffi you are trying to bind to.
3535
[dependencies.python27-sys]
3636
optional = true
3737
path = "python27-sys"
38+
version = "0.1.1"
3839

3940
[dependencies.python3-sys]
4041
optional = true
4142
path = "python3-sys"
43+
version = "0.1.2"
4244

4345
[features]
4446
default = ["python3-sys"]

0 commit comments

Comments
 (0)