From b1f98c362272d0c76639b402aae41a9c0ba5182e Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 3 Jul 2023 13:50:06 +0200 Subject: [PATCH 1/2] Prepping for release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9cf6b1..791f34d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ 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.2.0" +version = "0.3.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] -repository = "https://git.m-labs.hk/M-Labs/ENC424J600" +repository = "https://github.com/quartiq/enc424j600" edition = "2018" license = "BSD-2-Clause" From 237009b628e6da321643b5c23a7fd445b1b343da Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 3 Jul 2023 14:48:02 +0200 Subject: [PATCH 2/2] Reverting repo update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 791f34d..90c7c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller authors = ["Harry Ho ", "Dip Cheung "] version = "0.3.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] -repository = "https://github.com/quartiq/enc424j600" +repository = "https://git.m-labs.hk/M-Labs/ENC424J600" edition = "2018" license = "BSD-2-Clause"