From f08fa72431eaa0bdc91e1048dc2dcddca9ffe292 Mon Sep 17 00:00:00 2001 From: Ryan Kurte Date: Thu, 9 May 2019 09:55:48 +1200 Subject: [PATCH] update cargo.toml to v0.2.3 for release (see: #92) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 341fe2e..239db69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "embedded-hal" readme = "README.md" repository = "https://github.com/japaric/embedded-hal" -version = "0.2.3-rc.1" +version = "0.2.3" [dependencies.void] default-features = false