1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update h2 lib

This commit is contained in:
Nikolay Kim
2018-01-02 19:37:33 -08:00
parent 3768a2885d
commit 3a59344ffb
4 changed files with 11 additions and 8 deletions

View File

@ -115,3 +115,6 @@ members = [
"examples/websocket",
"examples/websocket-chat",
]
[patch.crates-io]
ring = { git = "https://github.com/SergioBenitez/ring", branch = "v0.12" }