summaryrefslogtreecommitdiffstats
path: root/tests/file_toml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_toml.rs')
-rw-r--r--tests/file_toml.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/file_toml.rs b/tests/file_toml.rs
index 8fbd8a5..7591c20 100644
--- a/tests/file_toml.rs
+++ b/tests/file_toml.rs
@@ -1,13 +1,13 @@
#![cfg(feature = "toml")]
-extern crate config;
+extern crate config_maint;
extern crate float_cmp;
extern crate serde;
#[macro_use]
extern crate serde_derive;
-use config::*;
+use config_maint::*;
use float_cmp::ApproxEqUlps;
use std::collections::HashMap;
use std::path::PathBuf;