From 8affa419ad4ad36215ac8332c31b314d5d3cdbb0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:13:22 +0000 Subject: [PATCH] Bumping version to v0.2.11 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b1d906..0b775d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3663,7 +3663,7 @@ dependencies = [ [[package]] name = "viam-rust-utils" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "async-stream 0.3.5", diff --git a/Cargo.toml b/Cargo.toml index 2b42f10..e1d54fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam-rust-utils" -version = "0.2.10" +version = "0.2.11" edition = "2021" license = "Apache-2.0" description = "Utilities designed for use with Viamrobotics's SDKs"