From cda8c62dde9b24672ba9c0d317c05528bc77d37e Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 5 Jul 2024 12:18:55 +0200 Subject: [PATCH 1/2] Preparing for 0.4 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21d7fa6..b842399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ categories = ["embedded", "no-std"] name = "enc424j600" description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller with SPI interface" authors = ["Harry Ho ", "Dip Cheung "] -version = "0.3.0" +version = "0.4.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] repository = "https://git.m-labs.hk/M-Labs/ENC424J600" edition = "2018" From 84c690a0f150ea9af63096c4e7dee9be4b05b307 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 5 Jul 2024 12:19:20 +0200 Subject: [PATCH 2/2] Preparing for 0.4 release --- .cargo/{config => config.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cargo/{config => config.toml} (100%) diff --git a/.cargo/config b/.cargo/config.toml similarity index 100% rename from .cargo/config rename to .cargo/config.toml