-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump bytecheck to 0.7.0 Signed-off-by: Jesse Szwedko <[email protected]> * Bump rkyv version Since bytecheck was bumped a minor version Signed-off-by: Jesse Szwedko <[email protected]> * update to bytecheck 0.7 * add Send + Sync bounds to rkyv_dyn errors --------- Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: samlich <[email protected]> Co-authored-by: David Koloski <[email protected]>
- Loading branch information
1 parent
aa8b1a8
commit 1aea469
Showing
10 changed files
with
64 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ default-members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.7.41" | ||
version = "0.8.0" | ||
authors = ["David Koloski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
documentation = "https://docs.rs/rkyv" | ||
repository = "https://github.com/rkyv/rkyv" | ||
|
||
[workspace.dependencies] | ||
bytecheck = { version = "=0.6.10", default-features = false } | ||
bytecheck = { version = "=0.7.0", default-features = false } | ||
proc-macro2 = "1.0" | ||
ptr_meta = { version = "~0.1.3", default-features = false } | ||
quote = "1.0" | ||
|
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
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,7 +1,7 @@ | ||
[package] | ||
name = "rkyv_test" | ||
description = "Test suite for rkyv crates" | ||
version = "0.7.40" | ||
version = "0.8.0" | ||
authors = ["David Koloski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
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