From 147da213d6b1b12b5064d89514e808830740d859 Mon Sep 17 00:00:00 2001 From: Devid HW Date: Thu, 23 Apr 2026 01:11:14 +0700 Subject: [PATCH] bump version to 1.32.2 for crates.io republication --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7916826..26af1d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "mt5-quant" -version = "1.32.1" +version = "1.32.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index dfc7842..4be4124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt5-quant" -version = "1.32.1" +version = "1.32.2" edition = "2021" description = "MCP server for MT5 strategy development on macOS/Linux" authors = ["masdevid "]