From 14c2226c768d913ea10eb7b1b2a3973fe6958365 Mon Sep 17 00:00:00 2001 From: Adin Ackerman Date: Sun, 15 Dec 2024 16:58:55 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab64084..491b99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-embassy" -version = "0.3.1" +version = "0.3.2" edition = "2021" license-file = "LICENSE" description = "Get up and running with Embassy in seconds."