mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-06-29 18:23:00 -04:00
feat: using workspace crate deps (#3924)
* chore: workspace deps * chore: use workspace deps
This commit is contained in:
parent
7eb20b232a
commit
50e612511d
40 changed files with 437 additions and 339 deletions
|
@ -67,7 +67,7 @@ where
|
|||
"Failed to get the plugin state of type: {}",
|
||||
type_name::<T>()
|
||||
);
|
||||
log::error!("{}", msg,);
|
||||
tracing::error!("{}", msg,);
|
||||
ready(Err(InternalError::Other(msg).into()))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue