From 5477b73a641ba995f9cf5acd71e10ae0cd3bf921 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 4 Nov 2025 19:19:42 +0000 Subject: [PATCH] Bump version to 0.5.0-alpha.0 This branch contains breaking changes so it needs an appropriate version bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 894de2f..ffcb22c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"] license = "MIT OR Apache-2.0" name = "linux-embedded-hal" repository = "https://github.com/rust-embedded/linux-embedded-hal" -version = "0.4.0" +version = "0.5.0-alpha.0" edition = "2018" [features]