diff --git a/Cargo.toml b/Cargo.toml index eeade26..dd46840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,9 @@ paste = "1" dsp = { path = "dsp" } ad9959 = { path = "ad9959" } smoltcp-nal = "0.1.0" +miniconf = "0.1" -[dependencies.miniconf] +[patch.crates-io.miniconf] git = "https://github.com/quartiq/miniconf.git" branch = "rs/issue-21/terminal-array-elements" diff --git a/dsp/Cargo.toml b/dsp/Cargo.toml index 875012d..1fefdd7 100644 --- a/dsp/Cargo.toml +++ b/dsp/Cargo.toml @@ -8,10 +8,7 @@ edition = "2018" libm = "0.2.1" serde = { version = "1.0", features = ["derive"], default-features = false } generic-array = "0.14" - -[dependencies.miniconf] -git = "https://github.com/quartiq/miniconf.git" -branch = "rs/issue-21/terminal-array-elements" +miniconf = "0.1" [dev-dependencies] easybench = "1.0"