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