bump ruma to 92ee92ad7eb90b3c80abbd7eb116d886c79bf4fd
parent
382ec01bc3
commit
dc74bc6116
|
@ -692,8 +692,7 @@ impl Client {
|
|||
|
||||
let request = assign!(
|
||||
login::Request::new(
|
||||
login::UserInfo::MatrixId(user),
|
||||
login::LoginInfo::Password { password },
|
||||
login::LoginInfo::Password { identifier: login::UserIdentifier::MatrixId(user), password },
|
||||
), {
|
||||
device_id: device_id.map(|d| d.into()),
|
||||
initial_device_display_name,
|
||||
|
|
|
@ -22,7 +22,7 @@ async-trait = "0.1.42"
|
|||
[dependencies.ruma]
|
||||
version = "0.0.2"
|
||||
git = "https://github.com/ruma/ruma"
|
||||
rev = "c27e66741a8cb0cf5dba45ae3a977f4d6bba715d"
|
||||
rev = "92ee92ad7eb90b3c80abbd7eb116d886c79bf4fd"
|
||||
features = ["client-api", "compat", "unstable-pre-spec"]
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
|
Loading…
Reference in New Issue