From 42ebfe57f1268485da7057d7e1cbaad866ad2088 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 22 Jun 2025 11:17:40 +0200 Subject: Release all crates --- rtic-time/CHANGELOG.md | 2 ++ rtic-time/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'rtic-time') diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index de22ac9..206cf07 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +## v2.0.1 - 2025-06-22 + ### Changed - Replace `async` implementations of `delay`/`delay_until`/`timeout`/`timeout_at` with structs to reduce memory usage. diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index 154b68c..8944ff5 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-time" -version = "2.0.0" +version = "2.0.1" edition = "2021" authors = [ -- cgit v1.2.3