diff --git a/bytecheck/Cargo.toml b/bytecheck/Cargo.toml index 4c11149..129c980 100644 --- a/bytecheck/Cargo.toml +++ b/bytecheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck" -version = "0.6.8" +version = "0.6.9" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" @@ -14,7 +14,7 @@ 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.6.8", path = "../bytecheck_derive", default-features = false } +bytecheck_derive = { version = "=0.6.9", path = "../bytecheck_derive", default-features = false } ptr_meta = { version = "0.1", default-features = false } simdutf8 = { version = "0.1", default-features = false, optional = true } diff --git a/bytecheck_derive/Cargo.toml b/bytecheck_derive/Cargo.toml index 17b26b2..1f05642 100644 --- a/bytecheck_derive/Cargo.toml +++ b/bytecheck_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_derive" -version = "0.6.8" +version = "0.6.9" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" diff --git a/bytecheck_test/Cargo.toml b/bytecheck_test/Cargo.toml index 927cebf..383581e 100644 --- a/bytecheck_test/Cargo.toml +++ b/bytecheck_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_test" -version = "0.6.8" +version = "0.6.9" authors = ["David Koloski "] edition = "2018" description = "Test suite for bytecheck crates"