Skip to content

Commit f5c283c

Browse files
authored
Merge branch 'master' into server-ffi
2 parents c73a994 + 5679767 commit f5c283c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ want = "0.3"
3939
# Optional
4040

4141
libc = { version = "0.2", optional = true }
42-
socket2 = { version = "0.4", optional = true }
4342

4443
[dev-dependencies]
4544
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }

examples/gateway.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
6060
.serve_connection(stream, service)
6161
.await
6262
{
63-
println!("Failed to servce connection: {:?}", err);
63+
println!("Failed to serve the connection: {:?}", err);
6464
}
6565
});
6666
}

0 commit comments

Comments
 (0)