-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from alecmocatta/update-docs
Statically assert idents inferred to be variables aren't nameable types
- Loading branch information
Showing
6 changed files
with
102 additions
and
79 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[*] | ||
tab_width = 4 | ||
|
||
[.*] | ||
tab_width = 4 |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[package] | ||
name = "serde_closure" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["development-tools","encoding","rust-patterns","network-programming"] | ||
|
@@ -14,7 +14,7 @@ This library provides macros that wrap closures to make them serializable and de | |
""" | ||
repository = "https://github.com/alecmocatta/serde_closure" | ||
homepage = "https://github.com/alecmocatta/serde_closure" | ||
documentation = "https://docs.rs/serde_closure/0.2.5" | ||
documentation = "https://docs.rs/serde_closure/0.2.6" | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
|
@@ -23,7 +23,7 @@ azure-devops = { project = "alecmocatta/serde_closure", pipeline = "tests" } | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
serde_closure_derive = { version = "=0.2.5", path = "serde_closure_derive" } | ||
serde_closure_derive = { version = "=0.2.6", path = "serde_closure_derive" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
proc-macro-hack = "0.5" | ||
|
||
|
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 = "serde_closure_derive" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["development-tools","encoding","rust-patterns","network-programming"] | ||
|
@@ -14,7 +14,7 @@ See https://crates.io/crates/serde_closure for documentation. | |
""" | ||
repository = "https://github.com/alecmocatta/serde_closure" | ||
homepage = "https://github.com/alecmocatta/serde_closure" | ||
documentation = "https://docs.rs/serde_closure/0.2.5" | ||
documentation = "https://docs.rs/serde_closure/0.2.6" | ||
edition = "2018" | ||
|
||
[badges] | ||
|
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