From 772aca3a51a64ae36e42d46b00893df75a42b1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 7 Aug 2023 15:14:51 -0300 Subject: [PATCH] Cargo: Update to 0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56248cb761..e62fff3eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluerobotics_navigator" -version = "0.0.0" +version = "0.0.1" edition = "2021" build = "src/build.rs"