File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " conduit-middleware"
4
- version = " 0.9.0-alpha.2 "
4
+ version = " 0.9.0-alpha.3 "
5
5
6
6
" Alex Crichton <[email protected] >" ]
7
7
description = " HTTP Middleware interface using the conduit interface"
@@ -10,7 +10,7 @@ license = "MIT"
10
10
edition = " 2018"
11
11
12
12
[dependencies ]
13
- conduit = " 0.9.0-alpha.2 "
13
+ conduit = " 0.9.0-alpha.3 "
14
14
15
15
[dev-dependencies ]
16
- conduit-test = " 0.9.0-alpha.2 "
16
+ conduit-test = " 0.9.0-alpha.3 "
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ mod tests {
134
134
fn path ( & self ) -> & str {
135
135
& self . path
136
136
}
137
+ fn path_mut ( & mut self ) -> & mut String {
138
+ & mut self . path
139
+ }
137
140
fn query_string ( & self ) -> Option < & str > {
138
141
unimplemented ! ( )
139
142
}
You can’t perform that action at this time.
0 commit comments