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"