1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

fix:update implementation to recent changes on next

This commit is contained in:
Tglman 2022-02-12 23:39:45 +00:00
parent 62f04d22e1
commit 2d641b62a6

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
use tempfile::{Builder, TempDir}; use tempfile::{Builder, TempDir};
fn empty_config(database_path: &str) -> Config { fn empty_config(database_path: &str) -> Config {
use rocket::figment::providers::{Format, Toml}; use figment::providers::{Format, Toml};
Toml::from_str(&format!( Toml::from_str(&format!(
r#" r#"
server_name = "test" server_name = "test"