From 33f651c059321930c385326d86b20ba568cc9618 Mon Sep 17 00:00:00 2001 From: Aaron Fabbri <558234+ajfabbri@users.noreply.github.com> Date: Sat, 9 Nov 2024 03:14:08 +0000 Subject: [PATCH] chore: Release cot-proto version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26a5a14..c0b56ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "cot-proto" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "quick-xml", diff --git a/Cargo.toml b/Cargo.toml index 80cff65..19c98e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cot-proto" description = "Cursor on Target (CoT) protocol (de)serialization / parsing" -version = "0.3.1" +version = "0.3.2" edition = "2021" keywords = ["cot", "protocol", "cursor_on_target"] categories = ["network-programming"]