Skip to content

Commit

Permalink
Remove wildcard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Mar 4, 2016
1 parent 9bee5d2 commit 7d0ee24
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 @@ -11,6 +11,6 @@ keywords = ["preferences", "user", "data", "persistent", "storage"]
license = "MIT"

[dependencies]
serde = "*"
serde_json = "*"
serde_macros = "*"
serde = "0.7.*"
serde_json = "0.7.*"
serde_macros = "0.7.*"

0 comments on commit 7d0ee24

Please sign in to comment.