Skip to content

Commit

Permalink
Specifying dependencies on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyray committed Mar 16, 2020
1 parent 701b508 commit e1c77de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffi-convert-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"

[dependencies]
failure = "0.1"
ffi-convert = { path = "../ffi-convert" }
ffi-convert = "0.1"
libc = "0.2.66"
2 changes: 1 addition & 1 deletion ffi-convert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e1c77de

Please sign in to comment.