From 7b6957d61fd7be4440126ced530c9c9c87552f73 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Sun, 20 Jan 2019 17:05:52 +0100 Subject: [PATCH] Version 0.1.6 (publish removal of nightly requirement to crates.io) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 884daac..953071b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "w5500" -version = "0.1.5" +version = "0.1.6" authors = ["Michael Watzko "] repository = "https://github.com/kellerkindt/w5500.git" description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"