mirror of https://git.sr.ht/~stygianentity/bincode
Updated to edition 2021
This commit is contained in:
parent
bd994e354d
commit
0be7e2f4f2
|
|
@ -20,7 +20,7 @@ keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!"
|
description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!"
|
||||||
|
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std", "derive", "atomic"]
|
default = ["std", "derive", "atomic"]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name = "bincode_derive"
|
name = "bincode_derive"
|
||||||
version = "2.0.0-alpha.0" # remember to update bincode
|
version = "2.0.0-alpha.0" # remember to update bincode
|
||||||
authors = ["Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
|
authors = ["Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
repository = "https://github.com/bincode-org/bincode"
|
repository = "https://github.com/bincode-org/bincode"
|
||||||
documentation = "https://docs.rs/bincode_derive"
|
documentation = "https://docs.rs/bincode_derive"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue