From 0be7e2f4f237e951d18d14a4599434ff5e04bc77 Mon Sep 17 00:00:00 2001 From: Victor Koenders Date: Thu, 21 Oct 2021 17:34:56 +0200 Subject: [PATCH] Updated to edition 2021 --- Cargo.toml | 2 +- derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5024204..26e6fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/derive/Cargo.toml b/derive/Cargo.toml index e00e553..c3a6ec3 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -2,7 +2,7 @@ name = "bincode_derive" version = "2.0.0-alpha.0" # remember to update bincode authors = ["Zoey Riordan ", "Victor Koenders "] -edition = "2018" +edition = "2021" repository = "https://github.com/bincode-org/bincode" documentation = "https://docs.rs/bincode_derive"