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"
|
||||
description = "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!"
|
||||
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["std", "derive", "atomic"]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "bincode_derive"
|
||||
version = "2.0.0-alpha.0" # remember to update bincode
|
||||
authors = ["Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
repository = "https://github.com/bincode-org/bincode"
|
||||
documentation = "https://docs.rs/bincode_derive"
|
||||
|
|
|
|||
Loading…
Reference in New Issue