We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a1fb6 commit 5035d89Copy full SHA for 5035d89
binrw/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "binrw"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = [
5
"jam1garner <jam@jam1.re>",
6
"Colin Snover <github.com@zetafleet.com>",
@@ -17,7 +17,7 @@ homepage = "https://binrw.rs"
17
18
[dependencies]
19
array-init = "2.0"
20
-binrw_derive = { version = "0.10.0", path = "../binrw_derive" }
+binrw_derive = { version = "0.11.0", path = "../binrw_derive" }
21
bytemuck = "1.12"
22
23
[dev-dependencies]
binrw_derive/Cargo.toml
name = "binrw_derive"
0 commit comments