Skip to content

Commit

Permalink
chore: bump version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 13, 2024
1 parent 92b0081 commit ea29d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py32-hal"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
authors = ["Decaday <[email protected]>", "Andelf <[email protected]>"]
repository = "https://github.com/py32-rs/py32-hal"
Expand Down Expand Up @@ -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",
] }

Expand Down Expand Up @@ -96,4 +96,4 @@ _time-driver = []

[package.metadata.docs.rs]
default-target = "thumbv6m-none-eabi"
features = ["py32f030k28"]
features = ["py32f030k28"]

0 comments on commit ea29d33

Please sign in to comment.