From 334900752ab0462a78ac4f327c7141418d24ca1d Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 4 Dec 2023 13:03:30 +0000 Subject: update release version in examples and other crates --- embassy-executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embassy-executor') diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index bf58a2e1b..74efe452e 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml @@ -33,7 +33,7 @@ log = { version = "0.4.14", optional = true } rtos-trace = { version = "0.1.2", optional = true } embassy-macros = { version = "0.2.1", path = "../embassy-macros" } -embassy-time = { version = "0.1.5", path = "../embassy-time", optional = true} +embassy-time = { version = "0.2", path = "../embassy-time", optional = true} critical-section = "1.1" # needed for riscv -- cgit