From 5c30b1db58fdddacc821aa4789f865551eed93b9 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Mon, 22 Nov 2021 16:08:33 +0100 Subject: [PATCH] release 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6c2292..fb7e687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pylon-cxx" description = "Rust wrapper of the Pylon libraries for Basler cameras" license = "MIT OR Apache-2.0" -version = "0.2.1" +version = "0.2.2" authors = ["Andrew Straw "] edition = "2018" repository = "https://github.com/strawlab/pylon-cxx"