From 900cd6bdca6eea134f2a63fff5da09c6928b8489 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:57:55 +0000 Subject: [PATCH] Bumping version to v0.2.2 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32bb38e..a00e420 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "viam-rust-utils" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async-stream 0.3.5", diff --git a/Cargo.toml b/Cargo.toml index 811a239..fdb3b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam-rust-utils" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "Utilities designed for use with Viamrobotics's SDKs"