From c75f150ff25ef0c92578251b4dde31784f3829e1 Mon Sep 17 00:00:00 2001 From: Michael Watzko Date: Mon, 16 Jul 2018 15:03:06 +0200 Subject: [PATCH] Version 0.1.5 update keywords to include 'embedded-hal-driver' --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1b9b61..f5f4333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "w5500" -version = "0.1.3" +version = "0.1.5" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5cb67f5..884daac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "w5500" -version = "0.1.4" +version = "0.1.5" authors = ["Michael Watzko "] repository = "https://github.com/kellerkindt/w5500.git" description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP" -keywords = ["embedded", "w5500", "iot", "arm", "stm32"] +keywords = ["embedded", "w5500", "iot", "arm", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std", "network-programming"] license = "MIT" readme = "README.md"