From 27a9f61878360d74abbfacb2557062e9a24da51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Tue, 19 Nov 2024 19:56:20 +0100 Subject: [PATCH] bump edition to 2021 and fix msrv --- Cargo.toml | 3 ++- derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b0415c..b9a076e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["makepad ", "Fedor "] license = "MIT OR Apache-2.0" description = """Serialization library with zero dependencies. Supports Binary, JSON, RON and TOML.""" -edition = "2018" +edition = "2021" +rust-version = "1.71.1" repository = "https://github.com/not-fl3/nanoserde" [features] diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 8391cb6..da83098 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -3,7 +3,7 @@ name = "nanoserde-derive" version = "0.2.0-beta.2" authors = ["Makepad ", "Fedor "] edition = "2021" -rust-version = "1.71.1" +rust-version = "1.78.0" description = "Fork of makepad-tinyserde derive without any external dependencies" license = "MIT"