diff --git a/ffi-convert-tests/Cargo.toml b/ffi-convert-tests/Cargo.toml index 8e6673c..ded3465 100644 --- a/ffi-convert-tests/Cargo.toml +++ b/ffi-convert-tests/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] failure = "0.1" -ffi-convert = { path = "../ffi-convert" } +ffi-convert = "0.1" libc = "0.2.66" diff --git a/ffi-convert/Cargo.toml b/ffi-convert/Cargo.toml index e338de5..a961d5e 100644 --- a/ffi-convert/Cargo.toml +++ b/ffi-convert/Cargo.toml @@ -13,6 +13,6 @@ readme = "../README.md" keywords = ["ffi"] [dependencies] -ffi-convert-derive = { path = "../ffi-convert-derive" } +ffi-convert-derive = "0.1" failure = "0.1" libc = "0.2"