Skip to content

Commit 740c254

Browse files
committed
🚀 Update version
1 parent 2dddcdc commit 740c254

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitfield-struct"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["Lars Wrenger <lars@wrenger.net>"]
66
description = "Struct-like procedural macro for bitfields."
@@ -21,5 +21,5 @@ syn = { version = "2.0", features = ["full", "extra-traits"] }
2121
proc-macro2 = "1.0"
2222

2323
[dev-dependencies]
24-
defmt = "0.3"
24+
defmt = "1.0"
2525
endian-num = { version = "0.2", features = ["linux-types"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:
2121

2222
```toml
2323
[dependencies]
24-
bitfield-struct = "0.10"
24+
bitfield-struct = "0.11"
2525
```
2626

2727
## Basics

0 commit comments

Comments
 (0)