From 131e5068a75d37507bc3e1ea70a9d7a91fb84e4e Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 12 Jul 2024 13:40:49 +0100 Subject: [PATCH] Update version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa09ea..88412f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "embedded-sdmmc" readme = "README.md" repository = "https://github.com/rust-embedded-community/embedded-sdmmc-rs" -version = "0.7.0" +version = "0.8.0" [dependencies] byteorder = {version = "1", default-features = false}