From 0e3666d598c574c9fbbd141782c51aff425350dd Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Mon, 28 Oct 2024 11:36:59 -0700 Subject: [PATCH] update version --- Cargo.toml | 2 +- actuator/robstride/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0dd84b4..194eabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.2" authors = ["Wesley Maa ", "Pawel Budzianowski ", "Benjamin Bolte "] edition = "2021" description = "Actuator package" diff --git a/actuator/robstride/Cargo.toml b/actuator/robstride/Cargo.toml index 5f0c827..de93d0e 100644 --- a/actuator/robstride/Cargo.toml +++ b/actuator/robstride/Cargo.toml @@ -2,9 +2,9 @@ name = "robstride" readme = "README.md" -version = "0.1.1" -description = "Robstride crate" +description = "Interface for controlling actuators built by Robstride" +version.workspace = true authors.workspace = true edition.workspace = true repository.workspace = true