Run cargo update and bump package version

This commit is contained in:
2025-05-03 16:05:38 +00:00
parent cdb0277c57
commit e79dfe9fc5
3 changed files with 508 additions and 329 deletions

View File

@ -98,7 +98,7 @@ pub async fn login_and_sync<T: Clone>(
client
.matrix_auth()
.login_username(username, password)
.initial_device_display_name("bender v0.1.4")
.initial_device_display_name("bender v0.1.5")
.await?;
info!("logged in as {username}");