Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyray committed Mar 23, 2020
1 parent 048c324 commit d6524f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ffi-convert-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffi-convert-derive"
version = "0.1.2"
version = "0.2.0"
authors = ["Sonos"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions ffi-convert-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "ffi-convert-tests"
version = "0.1.2"
version = "0.2.0"
authors = ["Sonos"]
edition = "2018"

[dependencies]
failure = "0.1"
ffi-convert = "0.1.2"
ffi-convert = "0.2.0"
libc = "0.2.66"
4 changes: 2 additions & 2 deletions ffi-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffi-convert"
version = "0.1.2"
version = "0.2.0"
authors = ["Sonos"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,6 +10,6 @@ readme = "../README.md"
keywords = ["ffi"]

[dependencies]
ffi-convert-derive = "0.1.2"
ffi-convert-derive = "0.2.0"
failure = "0.1"
libc = "0.2"

0 comments on commit d6524f8

Please sign in to comment.