deps: make miniconf a patch
This commit is contained in:
parent
78e69b1707
commit
04250360c1
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue