Skip to content

Commit

Permalink
bump derive macro crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
knickish committed Oct 22, 2023
1 parent 287ecde commit b4df599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ no_std = ["dep:hashbrown"]

[dependencies]
hashbrown = { version = "0.12.3", optional = true }
nanoserde-derive = { path = "derive", version = "=0.1.20" }
nanoserde-derive = { path = "derive", version = "=0.1.21" }
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nanoserde-derive"
version = "0.1.20"
version = "0.1.21"
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>"]
edition = "2018"
description = "Fork of makepad-tinyserde derive without any external dependencies"
Expand Down

0 comments on commit b4df599

Please sign in to comment.