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:
parent
62f04d22e1
commit
2d641b62a6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue