-
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 #26 from alecmocatta/fix-warnings
Fix warnings on latest rust
- Loading branch information
Showing
7 changed files
with
32 additions
and
30 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[package] | ||
name = "serde_closure" | ||
version = "0.2.10" | ||
version = "0.2.11" | ||
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.10" | ||
documentation = "https://docs.rs/serde_closure/0.2.11" | ||
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.10", path = "serde_closure_derive" } | ||
serde_closure_derive = { version = "=0.2.11", 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
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.10" | ||
version = "0.2.11" | ||
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.10" | ||
documentation = "https://docs.rs/serde_closure/0.2.11" | ||
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
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