Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27923db

Browse files
committed
downgrade to curl-0.3.6
1 parent0d00674 commit27923db

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 aboutcustomizing 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
implPacketHandlerforPassthroughHandler{
7070

71-
fnhandle_request(&mutself,p:&Packet) ->Action{
71+
fnhandle_request(&mutself,_:&Packet) ->Action{
7272
Action::Forward
7373
}
7474

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp