Skip to content

Commit 535ec8b

Browse files
committed
Bump to 0.6.0
1 parent 10deac7 commit 535ec8b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.6.0
44

55
### Added
66

micropb-gen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micropb-gen"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Yuhan Lin <yuhanliin@protonmail.com>"]
66
description = "Generate Rust module from Protobuf files"
@@ -17,15 +17,15 @@ proc-macro2 = "1"
1717
syn = { version = "2", default-features = false, features = ["parsing", "derive", "printing"] }
1818
convert_case = "0.6"
1919
prettyplease = { version = "0.2.17", optional = true }
20-
micropb = { version = "0.5.1", path = "../micropb", features = ["std"] }
20+
micropb = { version = "0.6.0", path = "../micropb", features = ["std"] }
2121
serde = { version = "1.0", optional = true, features = ["derive"] }
2222
toml = { version = "0.9.7", optional = true, default-features = false, features = ["std", "serde", "parse"] }
2323
regex = { version = "1" }
2424

2525
[dev-dependencies]
2626
syn = { version = "2", default-features = false, features = ["extra-traits"] }
2727
# Used for doc examples
28-
micropb = { version = "0.5.1", path = "../micropb", features = ["std", "container-heapless-0-9"] }
28+
micropb = { version = "0.6.0", path = "../micropb", features = ["std", "container-heapless-0-9"] }
2929
heapless = "0.9"
3030

3131
[features]

micropb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micropb"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["Yuhan Lin <yuhanliin@protonmail.com>"]
66
description = "Rust Protobuf library targetting embedded systems and no_std environments"

0 commit comments

Comments
 (0)