From 7d46fb367fd6a0b749180d19faa43b60ca69b090 Mon Sep 17 00:00:00 2001 From: SSP Rust Developers <135766782+ssp-rs@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:45:45 +0000 Subject: [PATCH] version: bump to v0.5.4 Bumps the patch release version to `v0.5.4` to include firmware download types, and other minor fixes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fa4929..6bc430a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssp" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["SSP Rust Developers"] description = "Messages and related types for implementing the SSP/eSSP serial communication protocol"