Point at the right branch

This commit is contained in:
Dániel Buga 2024-12-17 09:44:18 +01:00
parent c62f70d2c3
commit 5cd996c9a1
No known key found for this signature in database
3 changed files with 12 additions and 12 deletions

View File

@ -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" }

View File

@ -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" }

View File

@ -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" }