1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 23:21:50 +01:00

use string crate from master

This commit is contained in:
Nikolay Kim 2019-12-06 00:10:27 +06:00
parent 88a60ffa66
commit 021c742d22

View File

@ -22,7 +22,8 @@ default = ["http"]
[dependencies]
regex = "1.3.1"
serde = "1.0.80"
string = "0.2.1"
# string = "0.2.1"
string = { git = "https://github.com/carllerche/string.git" }
log = "0.4.8"
http = { version="0.2.0", optional=true }