From b4992cbcbcaee67cebc0b86ed0a0bc713afc67a4 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Thu, 9 May 2024 21:46:56 +0200 Subject: [PATCH] SFT-3538: Bump foundation-ur to 0.2.0. * ur/Cargo.toml (package) : Bump to 0.2.0. --- ur/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ur/Cargo.toml b/ur/Cargo.toml index b98c7a4..ca22ee6 100644 --- a/ur/Cargo.toml +++ b/ur/Cargo.toml @@ -14,7 +14,7 @@ with static memory allocation for embedded devices while also allowing to use dynamic memory allocation for platforms with more resources. """ homepage.workspace = true -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT"