mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-23 15:38:30 +01:00
Remove useless dev-dependencies
This commit is contained in:
@@ -36,7 +36,7 @@ struct LogConfig {
|
||||
}
|
||||
|
||||
|
||||
fn main() -> Result<(), anyhow::Error> {
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let r = Conf::builder()
|
||||
.env()
|
||||
.file("examples/files/simple.toml")
|
||||
|
||||
Reference in New Issue
Block a user