Skip to content

Commit 92cb31c

Browse files
committed
feat: update monoio and allow deploy
Signed-off-by: Anthony Griffon <[email protected]>
1 parent f4b3a5a commit 92cb31c

File tree

3 files changed

+54
-46
lines changed

3 files changed

+54
-46
lines changed

Cargo.lock

+51-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bytes = "1"
1616
config = "0.14"
1717
derive_builder = "0.13"
1818
dotenv = "0.15"
19-
monoio = { git = "https://github.com/bytedance/monoio.git", rev = "f684db16bd4e3b2303d5b7af1e18723aeb556d24" }
19+
monoio = "0.2.2"
2020
insta = { version = "1", features = ["yaml"] }
2121
serde = "1"
2222
tracing = "0.1"

app/roster/src/application/server/handle.rs

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ impl Handler {
4848
self.run_internal(ctx, Some(current_command)).await
4949
}
5050

51+
/// When we have a command and a connection, we try to handle messages from
52+
/// this connection.
5153
#[inline]
5254
async fn run_internal(
5355
self,

0 commit comments

Comments
 (0)