Skip to content

Commit

Permalink
Merge pull request sunng87#20 from mvdnes/no_openssl
Browse files Browse the repository at this point in the history
Do not use the default features of Iron
  • Loading branch information
sunng87 committed Nov 30, 2015
2 parents d8dfa5d + cfac8fb commit b23e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]

iron = "^0.2.0"
iron = { version = "^0.2.0", default-features = false }
handlebars = "^0.11.1"
rustc-serialize = "^0.3.15"
plugin = "^0.2.6"
Expand Down

0 comments on commit b23e98c

Please sign in to comment.