Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
0.6.x versions of serde
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 27, 2016
1 parent 92a349b commit 466ef1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = "README.md"
keywords = ["yaml", "serde"]

[dependencies]
clippy = { version = "*", optional = true }
serde = "*"
serde_macros = "*"
yaml-rust = "*"
clippy = { version = "^0.*", optional = true }
serde = "^0.6.0"
serde_macros = "^0.6.0"
yaml-rust = "^0.3.0"

[features]
default = ["clippy"]

0 comments on commit 466ef1d

Please sign in to comment.