-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.6.4, fix unaligned test buffers
- Loading branch information
Showing
8 changed files
with
178 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bytecheck" | ||
version = "0.6.3" | ||
version = "0.6.4" | ||
authors = ["David Koloski <[email protected]>"] | ||
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.3", path = "../bytecheck_derive", default-features = false } | ||
bytecheck_derive = { version = "=0.6.4", path = "../bytecheck_derive", default-features = false } | ||
ptr_meta = "0.1" | ||
simdutf8 = { version = "0.1", default-features = false, optional = true } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bytecheck_derive" | ||
version = "0.6.3" | ||
version = "0.6.4" | ||
authors = ["David Koloski <[email protected]>"] | ||
edition = "2018" | ||
description = "Derive macro for bytecheck" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bytecheck_test" | ||
version = "0.6.1" | ||
version = "0.6.4" | ||
authors = ["David Koloski <[email protected]>"] | ||
edition = "2018" | ||
description = "Test suite for bytecheck crates" | ||
|
Oops, something went wrong.