Skip to content

Commit

Permalink
Publish version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpsyberry committed Dec 26, 2024
1 parent 00c2ca5 commit a5c1f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["macros"]

[package]
name = "proc-bitfield"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
description = "A crate to expressively declare bitfield-like structs"
homepage = "https://github.com/kelpsyberry/proc-bitfield"
Expand All @@ -18,5 +18,5 @@ features = ["nightly"]
nightly = ["macros/nightly"]

[dependencies]
macros = { package = "proc-bitfield-macros", path = "macros", version = "0.5.0" }
macros = { package = "proc-bitfield-macros", path = "macros", version = "0.5.2" }
static_assertions = "1.1"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-bitfield-macros"
version = "0.5.0"
version = "0.5.2"
edition = "2021"
description = "The supporting proc-macro library for the proc-bitfield crate"
homepage = "https://github.com/kelpsyberry/proc-bitfield"
Expand Down

0 comments on commit a5c1f4e

Please sign in to comment.