Skip to content

Commit cf01aa6

Browse files
committed
chore: bump version to 0.2.1
1 parent 37c5742 commit cf01aa6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

py32-data-gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py32-data-gen"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -20,7 +20,7 @@ serde_yaml = "0.9.19"
2020
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
2121
serde_json = "1.0.94"
2222
rayon = { version = "1.7.0", optional = true }
23-
py32-data-serde = { version = "0.2.0", path = "../py32-data-serde" }
23+
py32-data-serde = { version = "0.2.1", path = "../py32-data-serde" }
2424
ref_thread_local = "0.1.1"
2525
log = "0.4.17"
2626
pretty_env_logger = "0.4.0"

py32-data-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py32-data-macros"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[lib]

py32-data-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py32-data-serde"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

py32-metapac-gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py32-metapac-gen"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

@@ -11,4 +11,4 @@ chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "1c198ae678eb
1111
serde = { version = "1.0.157", features = [ "derive" ] }
1212
serde_json = "1.0.94"
1313
proc-macro2 = "1.0.52"
14-
py32-data-macros = { version = "0.2.0", path = "../py32-data-macros" }
14+
py32-data-macros = { version = "0.2.1", path = "../py32-data-macros" }

py32-metapac-gen/res/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py32-metapac"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/py32-rs/py32-data"
@@ -15,7 +15,7 @@ include = [
1515
]
1616

1717
[package.metadata.docs.rs]
18-
features = ["py32f030k28", "pac", "metadata"]
18+
features = ["py32f072c1b", "pac", "metadata"]
1919
default-target = "thumbv6m-none-eabi"
2020
targets = []
2121

0 commit comments

Comments
 (0)