-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VersionMap no longer being Send+Sync
I overlooked that e00a8b5 was not part of 0.1.6 and introduced a breaking change, as the `dyn VersionFilter` field prevented `VersionMap` from being sharable between threads. As this was previously the case, this meant a breaking change snuck into a patch release, so 0.1.7 was yanked and instead we need to release 0.1.8 Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "versionize" | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
license = "Apache-2.0" | ||
authors = ["Amazon Firecracker team <[email protected]>"] | ||
description = "A version tolerant serialization/deserialization framework." | ||
|
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