Roll back tokio and rocket update since ruma's request is at 0.2 tokio
This commit is contained in:
@@ -28,11 +28,6 @@ fn setup_rocket() -> rocket::Rocket {
|
||||
// Force log level off, so we can use our own logger
|
||||
std::env::set_var("CONDUIT_LOG_LEVEL", "off");
|
||||
|
||||
std::env::set_var(
|
||||
"CONDUIT_CONFIG",
|
||||
"/home/devinr/aprog/rust/__forks__/conduit/conduit.toml",
|
||||
);
|
||||
|
||||
let config =
|
||||
Figment::from(rocket::Config::release_default())
|
||||
.merge(
|
||||
|
||||
Reference in New Issue
Block a user