From ea29d33928828ff39a49ae538289f9929af45395 Mon Sep 17 00:00:00 2001 From: Andelf Date: Wed, 13 Nov 2024 22:15:42 +0800 Subject: [PATCH] chore: bump version 0.1.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90bb45f..f5bd56a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py32-hal" -version = "0.0.1" +version = "0.1.0" edition = "2021" authors = ["Decaday ", "Andelf "] repository = "https://github.com/py32-rs/py32-hal" @@ -51,12 +51,12 @@ embassy-executor = { version = "0.6", features = [ "integrated-timers", "arch-cortex-m", ] } -embassy-embedded-hal = {version = "0.2.0", default-features = false } +embassy-embedded-hal = { version = "0.2.0", default-features = false } [build-dependencies] # py32-metapac = { path = "../py32-data/build/py32-metapac", default-features = false, features = [ -py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git", default-features = false , features = [ +py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git", default-features = false, features = [ "metadata", ] } @@ -96,4 +96,4 @@ _time-driver = [] [package.metadata.docs.rs] default-target = "thumbv6m-none-eabi" -features = ["py32f030k28"] \ No newline at end of file +features = ["py32f030k28"]