chore: bump quark and rauth

This commit is contained in:
Paul Makles
2022-05-16 19:14:14 +01:00
parent dc6ce96aa2
commit 20e93b9838
5 changed files with 128 additions and 12 deletions

View File

@@ -27,8 +27,7 @@ use std::str::FromStr;
#[async_std::main]
async fn main() {
dotenv::dotenv().ok();
env_logger::init_from_env(env_logger::Env::default().filter_or("RUST_LOG", "info"));
let _guard = revolt_quark::setup_logging();
info!(
"Starting Revolt server [version {}].",

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.3-2";
pub const VERSION: &str = "0.5.3-3";