From ea8ecdce12fd6a5365d8f3fd0e29a61635a85d37 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Mon, 8 Dec 2025 11:51:48 -0500 Subject: [PATCH] fix cbindgen, reset version --- .github/workflows/release.yml | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3832fde..072d192 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,6 +196,7 @@ jobs: source "$HOME/.cargo/env" cargo build --release --locked --target=${{ matrix.target }} - name: build header file + shell: bash run: | source "$HOME/.cargo/env" cargo install --force cbindgen diff --git a/Cargo.lock b/Cargo.lock index 5f80c1f..6f77f01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "viam-rust-utils" -version = "0.4.4" +version = "0.4.2" dependencies = [ "anyhow", "async-stream 0.3.6", diff --git a/Cargo.toml b/Cargo.toml index e18c7a8..f5e9173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viam-rust-utils" -version = "0.4.4" +version = "0.4.2" edition = "2021" license = "Apache-2.0" description = "Utilities designed for use with Viamrobotics's SDKs"