From 42a70c322e18eb1013f4cc6a57318e5d9842cd15 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 6 Aug 2023 13:52:29 -0700 Subject: [PATCH] mqtt: fix version number --- mqtt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt/Cargo.toml b/mqtt/Cargo.toml index 2a3cb501..6be43923 100644 --- a/mqtt/Cargo.toml +++ b/mqtt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500-mqtt" -version = "0.1.2" +version = "0.2.0" authors = ["Alex Martens "] edition = "2021" repository = "https://github.com/newAM/w5500-rs"