Skip to content

Commit 5b8b219

Browse files
committed
fixup! matrix-sdk: 0.8 -> 0.10
1 parent cf4892e commit 5b8b219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub fn login(nick: &str, pass: &str) -> Result<Option<Session>> {
162162
mod tests {
163163
use super::*;
164164
use matrix_sdk::{
165-
matrix_auth::{MatrixSession, MatrixSessionTokens},
165+
authentication::matrix::{MatrixSession, MatrixSessionTokens},
166166
SessionMeta,
167167
};
168168

0 commit comments

Comments
 (0)