From 42b9c8dee8b9ee28aeb353729d9bd07b9c763000 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 2 Feb 2021 16:45:17 +0100 Subject: [PATCH] Updating Cargo.toml version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f174de4..38901296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Ryan Summers "] edition = "2018" readme = "README.md" name = "booster" -version = "0.1.0" +version = "0.2.0" [dependencies] cortex-m = "0.6.3"