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