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",