From 4f2308dbfd1dc869ac33d0b8b9a6740f6583f012 Mon Sep 17 00:00:00 2001 From: "backpack-exchange[bot]" Date: Wed, 8 Jan 2025 15:18:48 +0900 Subject: [PATCH 1/2] working directory fix --- .github/workflows/audit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 5af06fa..2c89260 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -24,3 +24,4 @@ jobs: - name: Audit run: cargo audit + working-directory: rust From edc46fe5bd3823cb66e83b5fd511e8f17d28e956 Mon Sep 17 00:00:00 2001 From: "backpack-exchange[bot]" Date: Wed, 8 Jan 2025 15:18:52 +0900 Subject: [PATCH 2/2] bump version --- rust/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/client/Cargo.toml b/rust/client/Cargo.toml index fa51098..68988b5 100644 --- a/rust/client/Cargo.toml +++ b/rust/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpx-api-client" -version = "0.5.0" +version = "0.6.0" license = "Apache-2.0" edition = "2021" description = "Backpack Exchange API client"