Point at the right branch
This commit is contained in:
parent
c62f70d2c3
commit
5cd996c9a1
@ -62,7 +62,7 @@ single-queue = []
|
|||||||
unexpected_cfgs = "allow"
|
unexpected_cfgs = "allow"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
|
|||||||
@ -313,7 +313,7 @@ lto = false # LTO (thin or fat) miscompiles some tests on RISC-V
|
|||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" }
|
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
|
|||||||
@ -35,7 +35,7 @@ lto = "fat"
|
|||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
embassy-executor = { path = "C:/_Hobby/CardIo/embassy/embassy-executor" }
|
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time = { path = "C:/_Hobby/CardIo/embassy/embassy-time" }
|
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-driver = { path = "C:/_Hobby/CardIo/embassy/embassy-time-driver" }
|
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
embassy-time-queue-driver = { path = "C:/_Hobby/CardIo/embassy/embassy-time-queue-driver" }
|
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user