aboutsummaryrefslogtreecommitdiff
path: root/tests/riscv32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
committerUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
commit1b20ba27b12a93ae94b4eff39160da884c592db4 (patch)
tree54eca8ba0290cff510f9106b22437cf1ba45f9e7 /tests/riscv32
parentf5e96a9d60be3d5ab975031635a58675c2cef4d0 (diff)
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
Diffstat (limited to 'tests/riscv32')
-rw-r--r--tests/riscv32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/riscv32/Cargo.toml b/tests/riscv32/Cargo.toml
index 66ab34ec1..490f037b9 100644
--- a/tests/riscv32/Cargo.toml
+++ b/tests/riscv32/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6 6
7[dependencies] 7[dependencies]
8critical-section = { version = "1.1.1", features = ["restore-state-bool"] } 8critical-section = { version = "1.1.1", features = ["restore-state-bool"] }
9embassy-sync = { version = "0.2.0", path = "../../embassy-sync" } 9embassy-sync = { version = "0.3.0", path = "../../embassy-sync" }
10embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] } 10embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-riscv32", "nightly", "executor-thread"] }
11embassy-time = { version = "0.1.3", path = "../../embassy-time" } 11embassy-time = { version = "0.1.3", path = "../../embassy-time" }
12embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 12embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }