From 6a09928f6e2ea8d82e5fa678a01d0d55e4851c2b Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Wed, 14 Feb 2024 02:22:18 +0100 Subject: [PATCH] rust: Release v0.1.8 Signed-off-by: Siddharth Chandrasekaran --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ac4e768..d69179e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "libosdp" -version = "0.1.7" +version = "0.1.8" authors = ["Siddharth Chandrasekaran "] description = "Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)" documentation = "https://docs.rs/libosdp"