diff options
| author | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
|---|---|---|
| committer | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
| commit | 1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch) | |
| tree | 6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /tests/riscv32 | |
| parent | 88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff) | |
Release embassy-time v0.1.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 be610b1c5..66ab34ec1 100644 --- a/tests/riscv32/Cargo.toml +++ b/tests/riscv32/Cargo.toml | |||
| @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
| 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.2.0", path = "../../embassy-sync" } | 9 | embassy-sync = { version = "0.2.0", path = "../../embassy-sync" } |
| 10 | embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] } | 10 | embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] } |
| 11 | embassy-time = { version = "0.1.2", path = "../../embassy-time" } | 11 | embassy-time = { version = "0.1.3", 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 | ||
| 14 | riscv-rt = "0.11" | 14 | riscv-rt = "0.11" |
