diff --git a/bytecheck/Cargo.toml b/bytecheck/Cargo.toml index 9218116..6a8a972 100644 --- a/bytecheck/Cargo.toml +++ b/bytecheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck" -version = "0.2.1" +version = "0.3.0" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" @@ -14,11 +14,11 @@ readme = "crates-io.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytecheck_derive = { version = "=0.2.1", path = "../bytecheck_derive" } +bytecheck_derive = { version = "=0.3.0", path = "../bytecheck_derive" } memoffset = "0.6" [dev-dependencies] -bytecheck_derive = { version = "0.2.1", path = "../bytecheck_derive" } +bytecheck_derive = { version = "0.3.0", path = "../bytecheck_derive" } [features] default = [] diff --git a/bytecheck_derive/Cargo.toml b/bytecheck_derive/Cargo.toml index d4236d0..7a4f3a2 100644 --- a/bytecheck_derive/Cargo.toml +++ b/bytecheck_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_derive" -version = "0.2.1" +version = "0.3.0" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" diff --git a/bytecheck_test/Cargo.toml b/bytecheck_test/Cargo.toml index 874be12..dd2874e 100644 --- a/bytecheck_test/Cargo.toml +++ b/bytecheck_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_test" -version = "0.2.0" +version = "0.3.0" authors = ["David Koloski "] edition = "2018" description = "Test suite for bytecheck crates" @@ -10,7 +10,7 @@ repository = "https://github.com/djkoloski/bytecheck" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] -bytecheck = { version = "0.2.1", path = "../bytecheck" } +bytecheck = { version = "0.3.0", path = "../bytecheck" } [features] default = []