Skip to content

Commit 613aa95

Browse files
Update bitfield-struct requirement from 0.9.2 to 0.10.0
Updates the requirements on [bitfield-struct](https://github.com/wrenger/bitfield-struct-rs) to permit the latest version. - [Release notes](https://github.com/wrenger/bitfield-struct-rs/releases) - [Commits](wrenger/bitfield-struct-rs@0.9.2...0.9.3) --- updated-dependencies: - dependency-name: bitfield-struct dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cd6fd2 commit 613aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["autd"]
2525
[workspace.dependencies]
2626
anyhow = { version = "1.0.93", default-features = false }
2727
async-trait = "0.1.83"
28-
bitfield-struct = "0.9.2"
28+
bitfield-struct = "0.10.0"
2929
bitflags = "2.6.0"
3030
bit-vec = { version = "0.8.0", default-features = false }
3131
bvh = { version = "0.10.0", default-features = false }

0 commit comments

Comments
 (0)