Skip to content

Commit

Permalink
chore: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decaday committed Jan 8, 2025
1 parent 586d28f commit 63e6ad9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Decaday <myDecaday@outlook.com>", "Andelf <andelf@gmail.com>"]
repository = "https://github.com/py32-rs/py32-hal"
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
# py32-metapac = "0.2.0"
# py32-metapac = "0.2.1"
# py32-metapac = { path = "../py32-data/build/py32-metapac"}
py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git" }

Expand Down Expand Up @@ -69,7 +69,7 @@ embedded-storage = "0.3.1"

[build-dependencies]
# py32-metapac = { path = "../py32-data/build/py32-metapac", default-features = false, features = [
# py32-metapac = { version = "0.1.1", default-features = false, features = [
# py32-metapac = { version = "0.2.1", default-features = false, features = [
py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git", default-features = false, features = [
"metadata",
] }
Expand Down Expand Up @@ -124,4 +124,4 @@ _time-driver = []

[package.metadata.docs.rs]
default-target = "thumbv6m-none-eabi"
features = ["py32f030k28"]
features = ["py32f072c1b", "embassy-usb-driver-impl"]
2 changes: 1 addition & 1 deletion examples/heap-alloc-f030/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py32f030-heap-alloc"
version = "0.1.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/py32f030/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py32f030-examples"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/py32f072/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py32f072-examples"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/systick-time-driver-f030/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "systick-time-driver-f030"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/usbd-f072/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py32f072-usbd-examples"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 63e6ad9

Please sign in to comment.