We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fe3ba commit 4c83106Copy full SHA for 4c83106
Cargo.toml
@@ -16,7 +16,7 @@ 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
rust-version = "1.66"
22
-version = "0.14.0-pre"
+version = "0.14.0"
binrw/Cargo.toml
@@ -16,7 +16,7 @@ version.workspace = true
[dependencies]
array-init = "2.0.0"
-binrw_derive = { path = "../binrw_derive", version = "0.14.0-pre" }
+binrw_derive = { path = "../binrw_derive", version = "0.14.0" }
bytemuck = "1.0.0"
[dev-dependencies]
0 commit comments