Skip to content

Commit

Permalink
depend on serde and serde_derive
Browse files Browse the repository at this point in the history
  • Loading branch information
kardeiz committed Apr 24, 2019
1 parent b47cc3f commit 5c91851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jacob Brown <kardeiz@gmail.com>"]
edition = "2018"
name = "serde_tuple"
version = "0.2.2"
version = "0.2.3"
description = "De/serialize structs with named fields as array of values"
license = "MIT"
repository = "https://github.com/kardeiz/serde_tuple"
Expand All @@ -11,14 +11,14 @@ readme = "README.md"
[dependencies]
proc-macro2 = "0.4.26"
quote = "0.6.11"
serde = "1"
serde_derive = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15.26"

[dev-dependencies]
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.37"

[lib]
Expand Down

0 comments on commit 5c91851

Please sign in to comment.