From 91ddea5b48ad5b3c49219d8c0285a8056dbd75f7 Mon Sep 17 00:00:00 2001 From: Erik Henriksson Date: Wed, 3 Nov 2021 19:14:35 +0100 Subject: [PATCH] Update repository link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 494b973..d19617c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "mqtt-sn" -version = "0.2.0" +version = "0.2.1" authors = ["Erik Henriksson "] edition = "2018" license = "MPL-2.0" description = "Partial Rust implementation of the MQTT-SN standard" -repository = "https://github.com/henrikssn/rust-mqtt-sn" +repository = "https://github.com/rust-iot/rust-mqtt-sn" exclude = [ ".github/*", ".gitignore",