deps: make miniconf a patch
This commit is contained in:
parent
78e69b1707
commit
04250360c1
|
@ -45,8 +45,9 @@ paste = "1"
|
||||||
dsp = { path = "dsp" }
|
dsp = { path = "dsp" }
|
||||||
ad9959 = { path = "ad9959" }
|
ad9959 = { path = "ad9959" }
|
||||||
smoltcp-nal = "0.1.0"
|
smoltcp-nal = "0.1.0"
|
||||||
|
miniconf = "0.1"
|
||||||
|
|
||||||
[dependencies.miniconf]
|
[patch.crates-io.miniconf]
|
||||||
git = "https://github.com/quartiq/miniconf.git"
|
git = "https://github.com/quartiq/miniconf.git"
|
||||||
branch = "rs/issue-21/terminal-array-elements"
|
branch = "rs/issue-21/terminal-array-elements"
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,7 @@ edition = "2018"
|
||||||
libm = "0.2.1"
|
libm = "0.2.1"
|
||||||
serde = { version = "1.0", features = ["derive"], default-features = false }
|
serde = { version = "1.0", features = ["derive"], default-features = false }
|
||||||
generic-array = "0.14"
|
generic-array = "0.14"
|
||||||
|
miniconf = "0.1"
|
||||||
[dependencies.miniconf]
|
|
||||||
git = "https://github.com/quartiq/miniconf.git"
|
|
||||||
branch = "rs/issue-21/terminal-array-elements"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
easybench = "1.0"
|
easybench = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue