-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation of recent serialize_none_as_null attribute, and bum…
…p crate version
- Loading branch information
Showing
3 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nanoserde" | ||
version = "0.2.0-beta.0" | ||
version = "0.2.0-beta.1" | ||
authors = ["makepad <[email protected]>", "Fedor <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = """ | ||
|
@@ -30,4 +30,4 @@ toml = [] | |
std = [] | ||
|
||
[dependencies] | ||
nanoserde-derive = { path = "derive", version = "=0.2.0-beta.0", optional = true } | ||
nanoserde-derive = { path = "derive", version = "=0.2.0-beta.1", optional = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nanoserde-derive" | ||
version = "0.2.0-beta.0" | ||
version = "0.2.0-beta.1" | ||
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>"] | ||
edition = "2018" | ||
description = "Fork of makepad-tinyserde derive without any external dependencies" | ||
|