Skip to content

Commit 5797423

Browse files
committed
🚀 Update version
1 parent 96ad460 commit 5797423

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
authors = ["Lars Wrenger <lars@wrenger.net>"]
66
description = "Struct-like procedural macro for bitfields."
@@ -22,4 +22,4 @@ proc-macro2 = "1.0"
2222

2323
[dev-dependencies]
2424
defmt = "0.3"
25-
endian-num = { version = "0.1", features = ["linux-types"] }
25+
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.7"
24+
bitfield-struct = "0.9"
2525
```
2626

2727
## Basics

0 commit comments

Comments
 (0)