Update signatures since Cargo.lock seemed to be using cached ruma

This commit is contained in:
Devin Ragotzy 2020-08-14 20:29:15 -04:00
parent ccc75313c5
commit 85693cc30a

View File

@ -260,7 +260,7 @@ impl StateEvent {
}
}
pub fn signatures(&self) -> BTreeMap<Box<ServerName>, BTreeMap<String, String>> {
pub fn signatures(&self) -> BTreeMap<Box<ServerName>, BTreeMap<ruma::ServerKeyId, String>> {
match self {
Self::Full(ev) => match ev {
Pdu::RoomV1Pdu(_) => maplit::btreemap! {},