From c7651175a65cbc621931a05f8969a56073d88414 Mon Sep 17 00:00:00 2001 From: Vitaly Domnikov Date: Mon, 17 Apr 2023 13:35:15 -0700 Subject: [PATCH] 0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9734fe1f..e20668ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" name = "stm32g4xx-hal" readme = "README.md" repository = "https://github.com/stm32-rs/stm32g4xx-hal" -version = "0.0.0" +version = "0.0.1" [dependencies] nb = "0.1.1"