mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 08:40:37 +02:00
use string crate from master
This commit is contained in:
@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user