From f9ef4b1329ab9213e0a429179f18ce2614c3d7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 8 Jun 2020 11:30:30 +0200 Subject: [PATCH] Bump version to "0.2.0" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48d23bf..25bb0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-stm32f1xx" -version = "0.1.0" +version = "0.2.0" authors = ["Martin Kröning "] edition = "2018" description = "Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers."