mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-13 09:15:35 +00:00
build(deps): update to rusqlite 0.34, rustix 1 and fix warnings
This commit is contained in:
parent
740e540b4b
commit
37fbf5149e
8 changed files with 312 additions and 222 deletions
|
@ -62,7 +62,7 @@ fn avg_msg() -> ChatPayload {
|
|||
// the last 1 year data from <https://t.me/nixos_zhcn>
|
||||
ChatPayload {
|
||||
rich_text: "🤔️ average length message! 平均长度消息".into(),
|
||||
room: Id(1_234_567_890_000 << 16 | 0xDEAD),
|
||||
room: Id((1_234_567_890_000 << 16) | 0xDEAD),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue