From 18c1f9dd562682f928aa3c1fc44c013a374ee280 Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 13 Nov 2023 11:25:11 +0100 Subject: [PATCH] Bump embassy-futures 0.1.0 -> 0.1.1 --- embassy-futures/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-futures/Cargo.toml b/embassy-futures/Cargo.toml index 89bb3af0..ee1f4c9a 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embassy-futures" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "no-std, no-alloc utilities for working with futures" repository = "https://github.com/embassy-rs/embassy"