From 5988fb14038351234f13352fdc4625c2a60e4b26 Mon Sep 17 00:00:00 2001 From: toyota-corolla0 Date: Sat, 7 Oct 2023 00:42:59 -0500 Subject: [PATCH] change version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a597826..4c9c627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rust_ob" description = "an orderbook library for rust" readme = "README.md" keywords = ["financial", "orderbook"] -version = "2.5.0" +version = "2.5.1" edition = "2021" license = "MIT" repository = "https://github.com/toyota-corolla0/rust_ob"