Bump Rocket to current HEAD

This commit is contained in:
Rudi Floren 2021-03-03 22:38:31 +01:00
parent 1a940b6e05
commit f4039902d8
4 changed files with 401 additions and 354 deletions

View file

@ -7,7 +7,6 @@ use ruma::{
events::{room::message, EventType},
UserId,
};
use tokio::select;
pub enum AdminCommand {
RegisterAppservice(serde_yaml::Value),
@ -71,7 +70,7 @@ impl Admin {
};
loop {
select! {
tokio::select! {
Some(event) = receiver.next() => {
match event {
AdminCommand::RegisterAppservice(yaml) => {