Skip to content

Commit

Permalink
Release 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Jul 24, 2022
1 parent 2c22efe commit 0e3cffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bytecheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck"
version = "0.6.8"
version = "0.6.9"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand All @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion bytecheck_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck_derive"
version = "0.6.8"
version = "0.6.9"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Derive macro for bytecheck"
Expand Down
2 changes: 1 addition & 1 deletion bytecheck_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytecheck_test"
version = "0.6.8"
version = "0.6.9"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Test suite for bytecheck crates"
Expand Down

0 comments on commit 0e3cffa

Please sign in to comment.