Skip to content

Commit f3b5fb1

Browse files
committed
Upgrade bitfields-impl version past bad release
1 parent f0436c3 commit f3b5fb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

bitfields/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
categories = ["data-structures", "embedded", "emulators", "encoding", "no-std"]
1212

1313
[dependencies]
14-
bitfields-impl = { path = "../bitfields_impl", version = "0.2.0" }
14+
bitfields-impl = { path = "../bitfields_impl", version = "0.2.1" }
1515

1616
[dev-dependencies]
1717
trybuild = "1.0.101"

bitfields_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitfields-impl"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Gregory Gaines <gainesagregory@gmail.com>"]
55
description = "Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators)."
66
keywords = ["bit" ,"bitfield", "bitfields", "struct"]

0 commit comments

Comments
 (0)