diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-14 18:47:15 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-15 18:44:01 +0100 |
| commit | 1f9b649f80b52323be3e16fff064e1aec77d5ae8 (patch) | |
| tree | 035103099a8bf1f81fd80b95f0d6d75f6c333bd0 /tests/riscv32 | |
| parent | bef9b7a8539c3dddb1cf6ab46db161f1ca56b1a1 (diff) | |
executor: release v0.3.3
Diffstat (limited to 'tests/riscv32')
| -rw-r--r-- | tests/riscv32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/riscv32/Cargo.toml b/tests/riscv32/Cargo.toml index 56db42dd4..24597a033 100644 --- a/tests/riscv32/Cargo.toml +++ b/tests/riscv32/Cargo.toml | |||
| @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | critical-section = { version = "1.1.1", features = ["restore-state-bool"] } | 8 | critical-section = { version = "1.1.1", features = ["restore-state-bool"] } |
| 9 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } | 9 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 10 | embassy-executor = { version = "0.3.1", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] } | 10 | embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] } |
| 11 | embassy-time = { version = "0.1.5", path = "../../embassy-time" } | 11 | embassy-time = { version = "0.1.5", path = "../../embassy-time" } |
| 12 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 12 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 13 | 13 | ||
