mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 23:27:17 +00:00
Bump staticfile crate to 0.4, iron to 0.5.
This commit is contained in:
parent
fab24f5224
commit
3a30e65eef
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ time = { version = "0.1.34", optional = true }
|
|||
crossbeam = { version = "0.2.8", optional = true }
|
||||
|
||||
# Serve feature
|
||||
iron = { version = "0.4", optional = true }
|
||||
staticfile = { version = "0.3", optional = true }
|
||||
iron = { version = "0.5", optional = true }
|
||||
staticfile = { version = "0.4", optional = true }
|
||||
ws = { version = "0.5.1", optional = true}
|
||||
|
||||
# Tests
|
||||
|
|
Loading…
Add table
Reference in a new issue