From ceab4b04bb67761fc7551447fdb59334b9301f60 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Tue, 10 Dec 2024 09:32:18 +0100 Subject: [PATCH] Incremented version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c41d0d..2e71eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["MCP2517", "no_std", "CAN"] categories = ["embedded", "hardware-support", "no-std", "network-programming"] authors = ["AtlasAero GmbH "] license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "0.2.0" edition = "2021" repository = "https://github.com/pegasus-aero/rt-mcp2517" readme = "README.md"