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