Skip to content

Commit

Permalink
bump edition to 2021 and set msrv to 1.71.1
Browse files Browse the repository at this point in the history
- msrv determined using cargo-msrv.
  • Loading branch information
joseluis authored and knickish committed Nov 18, 2024
1 parent d42a6b2 commit 7629061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "nanoserde-derive"
version = "0.2.0-beta.2"
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.71.1"
description = "Fork of makepad-tinyserde derive without any external dependencies"
license = "MIT"

Expand Down

0 comments on commit 7629061

Please sign in to comment.