File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cpython"
4
- version = " 0.0.4 "
4
+ version = " 0.0.5 "
5
5
description = " Bindings to Python"
6
6
authors = [
" Daniel Grunwald <[email protected] >" ]
7
7
readme = " README.md"
@@ -27,18 +27,20 @@ build = "build.rs"
27
27
[dependencies ]
28
28
libc = " 0.2"
29
29
num = " 0.1"
30
- interpolate_idents = { git = " https://github.com/dgrunwald/interpolate_idents.git " }
30
+ interpolate_idents = " >=0.0.7 "
31
31
abort_on_panic = " 1.0"
32
32
33
33
# These features are both optional, but you must pick one to
34
34
# indicate which python ffi you are trying to bind to.
35
35
[dependencies .python27-sys ]
36
36
optional = true
37
37
path = " python27-sys"
38
+ version = " 0.1.1"
38
39
39
40
[dependencies .python3-sys ]
40
41
optional = true
41
42
path = " python3-sys"
43
+ version = " 0.1.2"
42
44
43
45
[features ]
44
46
default = [" python3-sys" ]
You can’t perform that action at this time.
0 commit comments