From 2ded610e2f3ee11358c7db9618f95115117cf4c1 Mon Sep 17 00:00:00 2001 From: patrickelectric Date: Mon, 31 Jul 2023 17:32:05 +0000 Subject: [PATCH] Cargo: Update the crate version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab2e4c6a6d..fc03266d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navigator-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" description = "This crate serves as the entry point for embedding applications using Rust on Blue Robotics's Navigator"