-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Victor Koenders <[email protected]>
- Loading branch information
1 parent
b34ee95
commit aada4bb
Showing
4 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ members = ["derive", "compatibility"] | |
|
||
[package] | ||
name = "bincode" | ||
version = "2.0.0-rc.2" # remember to update html_root_url and bincode_derive | ||
version = "2.0.0-rc.3" # remember to update html_root_url and bincode_derive | ||
authors = [ | ||
"Ty Overby <[email protected]>", | ||
"Zoey Riordan <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ alloc = ["serde?/alloc"] | |
derive = ["bincode_derive"] | ||
|
||
[dependencies] | ||
bincode_derive = { path = "derive", version = "2.0.0-rc.2", optional = true } | ||
bincode_derive = { path = "derive", version = "2.0.0-rc.3", optional = true } | ||
serde = { version = "1.0", default-features = false, optional = true } | ||
|
||
# Used for tests | ||
|
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 = "bincode_derive" | ||
version = "2.0.0-rc.2" # remember to update bincode | ||
version = "2.0.0-rc.3" # remember to update bincode | ||
authors = [ | ||
"Zoey Riordan <[email protected]>", | ||
"Victor Koenders <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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