Update Rust crate tokio to v1.39.3 #76
Annotations
10 errors and 1 warning
src/pkg/server.rs#L5
unresolved import `crate::pkg::smtp`
|
src/pkg/server.rs#L19
enum takes 2 generic arguments but 1 generic argument was supplied
|
src/pkg/server.rs#L27
enum takes 2 generic arguments but 1 generic argument was supplied
|
src/pkg/server.rs#L58
enum takes 2 generic arguments but 1 generic argument was supplied
|
src/pkg/server.rs#L33
no method named `read` found for struct `tokio::net::TcpStream` in the current scope
|
src/pkg/server.rs#L44
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
|
src/pkg/server.rs#L60
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
|
src/main.rs#L13
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
src/main.rs#L17
mismatched types
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading