From d87ede4375a62e964b2ccc6b63876e92def4d95a Mon Sep 17 00:00:00 2001 From: RaulTrombin Date: Mon, 21 Oct 2024 17:10:20 +0000 Subject: [PATCH] Cargo: Update the crate version to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40c1895d9..3b68242ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bluerobotics-ping" -version = "0.3.2" +version = "0.3.3" authors = ["Patrick José Pereira , Raul Victor Trombin "] edition = "2021" build = "build/main.rs"