Pull in modalkit repository with a Cargo.lock (#208)

This commit is contained in:
Ulyssa 2024-02-28 23:00:25 -08:00 committed by GitHub
parent aa878f7569
commit c5999bffc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 76 additions and 100 deletions

View file

@ -604,7 +604,7 @@ pub fn setup_commands() -> ProgramCommands {
mod tests {
use super::*;
use matrix_sdk::ruma::user_id;
use modalkit::editing::action::WindowAction;
use modalkit::actions::WindowAction;
use modalkit::editing::context::EditContext;
#[test]