We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab52b3 commit d4efd00Copy full SHA for d4efd00
Cargo.toml
@@ -16,6 +16,6 @@ documentation = "https://docs.rs/binrw"
16
edition = "2021"
17
homepage = "https://binrw.rs"
18
license = "MIT"
19
-publish = false # Use `release.sh`
+publish = true
20
repository = "https://github.com/jam1garner/binrw"
21
-version = "0.12.1-pre"
+version = "0.12.0"
binrw/Cargo.toml
@@ -15,7 +15,7 @@ version.workspace = true
15
[dependencies]
array-init = "2.0"
-binrw_derive = { path = "../binrw_derive", version = "0.12.1-pre" }
+binrw_derive = { path = "../binrw_derive", version = "0.12.0" }
bytemuck = "1.12"
[dev-dependencies]
0 commit comments