Skip to content

Commit

Permalink
Upgrade project versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorygaines committed Dec 18, 2024
1 parent f4ef006 commit 8319b5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
bitfields = "0.6.0"
bitfields = "0.7.0"
```

## 🚀 Getting Started
Expand Down
4 changes: 2 additions & 2 deletions bitfields/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitfields"
version = "0.6.0"
version = "0.7.0"
authors = ["Gregory Gaines <[email protected]>"]
description = "Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators)."
keywords = ["bit" ,"bitfield", "bitfields", "struct"]
Expand All @@ -11,7 +11,7 @@ readme = "../README.md"
categories = ["data-structures", "embedded", "emulators", "encoding", "no-std"]

[dependencies]
bitfields-impl = { path = "../bitfields_impl", version = "0.3.0" }
bitfields-impl = { path = "../bitfields_impl", version = "0.4.0" }

[dev-dependencies]
trybuild = "1.0.101"
2 changes: 1 addition & 1 deletion bitfields_impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitfields-impl"
version = "0.3.0"
version = "0.4.0"
authors = ["Gregory Gaines <[email protected]>"]
description = "Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators)."
keywords = ["bit" ,"bitfield", "bitfields", "struct"]
Expand Down

0 comments on commit 8319b5f

Please sign in to comment.