From 6710ca50e12df0c7f1c742c6f14e0bdff6b17094 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 26 Aug 2020 19:07:36 +0200 Subject: [PATCH] Bump tm4c129x-hal version to 0.9.2 for release --- tm4c129x-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm4c129x-hal/Cargo.toml b/tm4c129x-hal/Cargo.toml index cb157eb..ccc3f65 100644 --- a/tm4c129x-hal/Cargo.toml +++ b/tm4c129x-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tm4c129x-hal" -version = "0.9.1" +version = "0.9.2" authors = [ "Jorge Aparicio ", "Jonathan 'theJPster' Pallant ",