mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
Update rusqlite from 0.24 to 0.25
This commit is contained in:
@@ -382,7 +382,7 @@ impl Message {
|
||||
),
|
||||
paramsv![id],
|
||||
|row| {
|
||||
let text = match row.get_raw("txt") {
|
||||
let text = match row.get_ref("txt")? {
|
||||
rusqlite::types::ValueRef::Text(buf) => {
|
||||
match String::from_utf8(buf.to_vec()) {
|
||||
Ok(t) => t,
|
||||
|
||||
Reference in New Issue
Block a user