From d70937f053180a69fd45e4a6f151ed7fa944be8c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 18 Jan 2021 13:16:58 +0800 Subject: [PATCH] update repo url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 754f7de..8afbf90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller authors = ["Harry Ho "] version = "0.1.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] -repository = "https://github.com/smoltcp-rs/ENC424J600" +repository = "https://git.m-labs.hk/M-Labs/ENC424J600" edition = "2018" [dependencies]