mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Fix build_text() call site to use new API
This commit is contained in:
@@ -1234,7 +1234,7 @@ pub fn insn_to_str(
|
||||
*db as i32,
|
||||
*dest as i32,
|
||||
*cookie as i32,
|
||||
OwnedValue::build_text(Rc::new("".to_string())),
|
||||
OwnedValue::build_text(""),
|
||||
0,
|
||||
"".to_string(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user