From c1ef9b2184556d5b5fc679e67e980bbe8d837ff2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 19 Dec 2024 04:37:51 +0000 Subject: [PATCH] chore: Release datalogic-rs version 2.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f003995..239b79a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datalogic-rs" -version = "2.0.2" +version = "2.0.3" edition = "2021" exclude = ["/xsd", "/xml", ".DS_Store", "/target", ".vscode", "generate.sh"] authors = ["Harishankar Narayanan "]