From dc642edfc3e7a983cdaeedf99fc7ecb3ddeb529e Mon Sep 17 00:00:00 2001 From: maximpertsov Date: Mon, 27 Mar 2023 14:05:01 -0400 Subject: [PATCH] Bump to 0.0.14 (#37) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29c8c8e..a20b992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam-rust-utils" -version = "0.0.13" +version = "0.0.14" edition = "2021" license = "Apache-2.0" description = "Utilities designed for use with Viamrobotics's SDKs"