Merge #361
361: deps: adjust mcp23017 git after merging r=jordens a=jordens Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
commit
d8cc3c74d9
|
@ -391,7 +391,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mcp23017"
|
||||
version = "0.1.1"
|
||||
source = "git+https://github.com/mrd0ll4r/mcp23017.git?rev=61933f857a#61933f857abe5a837800493a5f58e91a3c9435ec"
|
||||
source = "git+https://github.com/lucazulian/mcp23017.git?rev=523d71d#523d71dcb11fc0ea4bd9385ef2527ae7a7eee987"
|
||||
dependencies = [
|
||||
"embedded-hal",
|
||||
]
|
||||
|
|
|
@ -51,8 +51,8 @@ git = "https://github.com/quartiq/rtt-logger.git"
|
|||
rev = "70b0eb5"
|
||||
|
||||
[dependencies.mcp23017]
|
||||
git = "https://github.com/mrd0ll4r/mcp23017.git"
|
||||
rev = "61933f857a"
|
||||
git = "https://github.com/lucazulian/mcp23017.git"
|
||||
rev = "523d71d"
|
||||
|
||||
[dependencies.stm32h7xx-hal]
|
||||
features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"]
|
||||
|
|
Loading…
Reference in New Issue