From 7060a4e9ca8db63d2f34fb08dcf3a03fa1727be3 Mon Sep 17 00:00:00 2001 From: Adin Ackerman <30732255+AdinAck@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:28:31 -0800 Subject: [PATCH] prepare for new release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f9e192..501675b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "cargo-embassy" -version = "0.1.0" +version = "0.2.0" edition = "2021" license-file = "LICENSE" description = "Get up and running with Embassy in seconds." repository = "https://github.com/AdinAck/cargo-embassy" - +categories = ["no-std", "embedded", "embassy", "cli"] [dependencies] Inflector = "0.11.4"