From b143c5d69dfc1f5742bfd07a6a4190ccd97ead67 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 20 Jan 2021 00:23:19 +0100 Subject: [PATCH] Bump version, update repo URLs --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6f1130..d41843e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "smoltcp" -version = "0.6.0" +version = "0.7.0" edition = "2018" authors = ["whitequark "] description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap." documentation = "https://docs.rs/smoltcp/" -homepage = "https://github.com/m-labs/smoltcp" -repository = "https://github.com/m-labs/smoltcp.git" +homepage = "https://github.com/smoltcp-rs/smoltcp" +repository = "https://github.com/smoltcp-rs/smoltcp.git" readme = "README.md" keywords = ["ip", "tcp", "udp", "ethernet", "network"] categories = ["embedded", "network-programming"]