Update Rocket dependency to version 0.2.0 (#74)
* Update Rocket dependency to version 0.2.0 * Change rocket dependency to version range
This commit is contained in:
parent
fe08789e3f
commit
8ab628faa2
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue