mirror of https://git.sr.ht/~stygianentity/bincode
v0.9.0
This commit is contained in:
parent
c8f02e30aa
commit
d340fdc1a4
|
|
@ -1,11 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bincode"
|
name = "bincode"
|
||||||
version = "0.8.1"
|
version = "0.9.0"
|
||||||
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
||||||
|
|
||||||
# Adding ErrorKind::Invalid*Encoding is a breaking change
|
publish = true
|
||||||
# Adding ErrorKind::DeserializeAnyNotSupported is a breaking change
|
|
||||||
publish = false
|
|
||||||
|
|
||||||
repository = "https://github.com/TyOverby/bincode"
|
repository = "https://github.com/TyOverby/bincode"
|
||||||
documentation = "https://docs.rs/bincode"
|
documentation = "https://docs.rs/bincode"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue