Skip to content

Commit

Permalink
Merge pull request #65 from kbknapp/cargo-install
Browse files Browse the repository at this point in the history
adds version for deps to make cargo installable
  • Loading branch information
azerupi committed Nov 22, 2015
2 parents 6dcb411 + 274c22c commit 04c7020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -14,13 +14,13 @@ exclude = [
]

[dependencies]
clap = "*"
handlebars = "*"
rustc-serialize = "*"
pulldown-cmark = "*"
clap = "~1.5.3"
handlebars = "=0.11.2"
rustc-serialize = "~0.3.16"
pulldown-cmark = "~0.0.3"

[dev-dependencies]
tempdir = "*"
tempdir = "~0.3.4"

[features]
default = ["output"]
Expand Down

0 comments on commit 04c7020

Please sign in to comment.