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