From 76d5cd7912e70d72f8f50495b8f7b4aed6588a1b Mon Sep 17 00:00:00 2001 From: maximpertsov Date: Thu, 25 May 2023 14:13:32 -0400 Subject: [PATCH] v0.0.20 (#52) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 356f5e3..8e3c7c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam-rust-utils" -version = "0.0.19" +version = "0.0.20" edition = "2021" license = "Apache-2.0" description = "Utilities designed for use with Viamrobotics's SDKs"