Skip to content

Commit 27923db

Browse files
committed
downgrade to curl-0.3.6
1 parent 0d00674 commit 27923db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ env_logger = "0.3"
1616
byteorder = "0.5.3"
1717

1818
[dev-dependencies]
19-
curl = "0.3"
19+
curl = "=0.3.6"

examples/passthrough.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct PassthroughHandler {}
6868

6969
impl PacketHandler for PassthroughHandler {
7070

71-
fn handle_request(&mut self, p: &Packet) -> Action {
71+
fn handle_request(&mut self, _: &Packet) -> Action {
7272
Action::Forward
7373
}
7474

0 commit comments

Comments
 (0)