Skip to content

Commit

Permalink
Merge branch 'master' into server-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw authored Apr 17, 2023
2 parents c73a994 + 5679767 commit f5c283c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ want = "0.3"
# Optional

libc = { version = "0.2", optional = true }
socket2 = { version = "0.4", optional = true }

[dev-dependencies]
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.serve_connection(stream, service)
.await
{
println!("Failed to servce connection: {:?}", err);
println!("Failed to serve the connection: {:?}", err);
}
});
}
Expand Down

0 comments on commit f5c283c

Please sign in to comment.