fix: 🐛 Update cargo resolver to version 2
This commit is contained in:
parent
e77c65632b
commit
fa725c51cb
|
@ -5,6 +5,7 @@ members = [
|
||||||
"bin/chainboot",
|
"bin/chainboot",
|
||||||
"bin/chainofcommand"
|
"bin/chainofcommand"
|
||||||
]
|
]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
serialport = { git = "https://github.com/metta-systems/serialport-rs", branch = "macos-ENOTTY-fix" }
|
serialport = { git = "https://github.com/metta-systems/serialport-rs", branch = "macos-ENOTTY-fix" }
|
||||||
|
|
Loading…
Reference in New Issue