From 0019bcf6686398e2e507c80d4b8493e1b566b675 Mon Sep 17 00:00:00 2001 From: SSP Rust Developers <135766782+ssp-rs@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:50:39 -0600 Subject: [PATCH] version: bump to 0.5.0 Bumps the minor version to include backward-incompatible changes for encryption mode. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 784eaaf..5fbfcf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssp" -version = "0.4.2" +version = "0.5.0" edition = "2021" authors = ["SSP Rust Developers"] description = "Messages and related types for implementing the SSP/eSSP serial communication protocol"