mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 01:24:20 +01:00
Rename limbo_core crate to turso_core
This commit is contained in:
@@ -16,8 +16,8 @@ pub enum LimboError {
|
||||
JNIErrors(Error),
|
||||
}
|
||||
|
||||
impl From<limbo_core::LimboError> for LimboError {
|
||||
fn from(_value: limbo_core::LimboError) -> Self {
|
||||
impl From<turso_core::LimboError> for LimboError {
|
||||
fn from(_value: turso_core::LimboError) -> Self {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user