From 04e77721b1acc497082ee2403e3bdb5544aeda12 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sat, 9 Mar 2024 17:11:37 +0100 Subject: [PATCH] Release v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 362e98b..52f0d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "stm32-eth" description = "Embedded Rust Ethernet driver for the STM32 MCU series" license = "Apache-2.0" authors = ["Astro ", "Johannes Draaijer "] -version = "0.5.2" +version = "0.6.0" keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"] repository = "https://github.com/stm32-rs/stm32-eth" documentation = "https://docs.rs/stm32-eth/"