Skip to content

Commit

Permalink
bump edition to 2021 and fix msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis authored and knickish committed Dec 9, 2024
1 parent 7629061 commit 27a9f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ authors = ["makepad <[email protected]>", "Fedor <[email protected]>"]
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]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nanoserde-derive"
version = "0.2.0-beta.2"
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>"]
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.78.0"
description = "Fork of makepad-tinyserde derive without any external dependencies"
license = "MIT"

Expand Down

0 comments on commit 27a9f61

Please sign in to comment.