From 1373aede085fbc271c85fe7f603430087536ef29 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:20:47 -0400 Subject: [PATCH] v2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4913f34..08aa82d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "dm-playground_controller" -version = "2.0.0" +version = "2.0.1" dependencies = [ "base64", "nix 0.25.0", diff --git a/Cargo.toml b/Cargo.toml index 08b1a68..285caa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dm-playground_controller" description = "The rust serial-driven controller for the dm-playground project" -version = "2.0.0" +version = "2.0.1" edition = "2021" repository = "https://github.com/spacestation13/dm-playground_controller" license = "MIT"