diff --git a/bytecheck/Cargo.toml b/bytecheck/Cargo.toml index c6fb185..94cfcf3 100644 --- a/bytecheck/Cargo.toml +++ b/bytecheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck" -version = "0.6.4" +version = "0.6.5" 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.4", path = "../bytecheck_derive", default-features = false } +bytecheck_derive = { version = "=0.6.5", path = "../bytecheck_derive", default-features = false } ptr_meta = "0.1" simdutf8 = { version = "0.1", default-features = false, optional = true } diff --git a/bytecheck_derive/Cargo.toml b/bytecheck_derive/Cargo.toml index e7345e5..eeb6d2e 100644 --- a/bytecheck_derive/Cargo.toml +++ b/bytecheck_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_derive" -version = "0.6.4" +version = "0.6.5" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" diff --git a/bytecheck_test/Cargo.toml b/bytecheck_test/Cargo.toml index 44b4dae..0a15b09 100644 --- a/bytecheck_test/Cargo.toml +++ b/bytecheck_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_test" -version = "0.6.4" +version = "0.6.5" authors = ["David Koloski "] edition = "2018" description = "Test suite for bytecheck crates"