Update Rocket dependency to version 0.2.0 ()

* Update Rocket dependency to version 0.2.0

* Change rocket dependency to version range
This commit is contained in:
Ferdinand Bachmann 2017-02-14 10:54:27 +01:00 committed by Chris Wong
parent fe08789e3f
commit 8ab628faa2

View file

@ -14,4 +14,4 @@ Compile-time HTML templates.
[dependencies]
iron = { version = "0.5.1", optional = true }
rocket = { version = "0.1.2", optional = true }
rocket = { version = ">= 0.1.2, < 0.3", optional = true }