diff --git a/Cargo.toml b/Cargo.toml index c1375e9c..4bdd955b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cpython" -version = "0.0.3" +version = "0.0.4" description = "Bindings to Python" authors = ["Daniel Grunwald "] 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