From f49ff92ed354c99921794eb24ec21986ebb5e464 Mon Sep 17 00:00:00 2001 From: Backpack Exchange Bot <153049611+backpack-exchange-bot@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:32:34 +0900 Subject: [PATCH] fix version number (#17) --- rust/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/types/Cargo.toml b/rust/types/Cargo.toml index 2c691ac..57e8eda 100644 --- a/rust/types/Cargo.toml +++ b/rust/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpx-api-types" -version = "0.6.1" +version = "0.5.1" license = "Apache-2.0" edition = "2021" description = "Backpack Exchange API types"