Skip to content

Commit f4ea843

Browse files
committed
bump to alpha-6
1 parent d8eac92 commit f4ea843

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bincode"
3-
version = "1.0.0-alpha5"
3+
version = "1.0.0-alpha6"
44
authors = ["Ty Overby <[email protected]>", "Francesco Mazzoli <[email protected]>", "David Tolnay <[email protected]>", "Daniel Griffen"]
55

66
repository = "https://github.com/TyOverby/bincode"

changelist.org

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
** Moved serde functions into global module
1717
Since serde is the only supported serialization mechanism, it makes sense to have these
1818
functions available at the top level.
19+
20+
** Added the ability to chose your own endian encoding.
21+
This functionality is located in the endian_choice module.
22+
23+
** Changed SizeLimit to be a trait instead of an enum
24+
Mostly for performance reasons.

0 commit comments

Comments
 (0)