deps: make miniconf a patch

master
Robert Jördens 2021-02-17 18:40:03 +01:00
parent 78e69b1707
commit 04250360c1
2 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -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"