Skip to content

Commit

Permalink
update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Jan 18, 2023
1 parent 326e466 commit d258736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.0-pre"
version = "0.6.0"
authors = ["Sonos"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
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.6.0-pre"
version = "0.6.0"
authors = ["Sonos"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -10,6 +10,6 @@ readme = "../README.md"
keywords = ["ffi"]

[dependencies]
ffi-convert-derive = { path = "../ffi-convert-derive" }
ffi-convert-derive = "0.6.0"
thiserror = "1.0.20"
libc = "0.2"

0 comments on commit d258736

Please sign in to comment.