mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-19 04:54:40 +01:00
use string crate from master
This commit is contained in:
parent
88a60ffa66
commit
021c742d22
@ -22,7 +22,8 @@ default = ["http"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1.3.1"
|
regex = "1.3.1"
|
||||||
serde = "1.0.80"
|
serde = "1.0.80"
|
||||||
string = "0.2.1"
|
# string = "0.2.1"
|
||||||
|
string = { git = "https://github.com/carllerche/string.git" }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
http = { version="0.2.0", optional=true }
|
http = { version="0.2.0", optional=true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user