mirror of https://github.com/fafhrd91/actix-net
rename router to actix-router
This commit is contained in:
parent
cab73791ed
commit
ca7cd737e7
|
@ -11,7 +11,7 @@ members = [
|
|||
"actix-threadpool",
|
||||
"actix-tls",
|
||||
"actix-utils",
|
||||
"router",
|
||||
"actix-router",
|
||||
"string",
|
||||
]
|
||||
|
||||
|
@ -27,5 +27,5 @@ actix-testing = { path = "actix-testing" }
|
|||
actix-threadpool = { path = "actix-threadpool" }
|
||||
actix-tls = { path = "actix-tls" }
|
||||
actix-utils = { path = "actix-utils" }
|
||||
actix-router = { path = "router" }
|
||||
actix-router = { path = "actix-router" }
|
||||
bytestring = { path = "string" }
|
||||
|
|
|
@ -490,11 +490,6 @@ mod tests {
|
|||
value: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
struct Id {
|
||||
id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct Test1(String, u32);
|
||||
|
Loading…
Reference in New Issue