From b3694ed86899430ad373a0f5a306c7401b094022 Mon Sep 17 00:00:00 2001 From: Hicham Date: Thu, 17 Nov 2022 10:02:46 +0100 Subject: [PATCH] bump: version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a9895c..3e5d7d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "philips-isyntax-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bencher", "cxx", diff --git a/Cargo.toml b/Cargo.toml index 9956cd8..1d4b35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "philips-isyntax-rs" edition = "2021" -version = "0.2.0" +version = "0.2.1" authors = ["AzHicham "] description = "Rust bindings to the Philips Open Pathology C++ library" repository = "https://github.com/AzHicham/philips-isyntax-rs"