diff --git a/Cargo.toml b/Cargo.toml index b6db3ee2..73fb5d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "https://docs.rs/binrw" edition = "2021" homepage = "https://binrw.rs" license = "MIT" -publish = false # Use `release.sh` +publish = true repository = "https://github.com/jam1garner/binrw" rust-version = "1.66" -version = "0.13.2-pre" +version = "0.13.2" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index d6b9832b..cfd5087b 100644 --- a/binrw/Cargo.toml +++ b/binrw/Cargo.toml @@ -16,7 +16,7 @@ version.workspace = true [dependencies] array-init = "2.0.0" -binrw_derive = { path = "../binrw_derive", version = "0.13.2-pre" } +binrw_derive = { path = "../binrw_derive", version = "0.13.2" } bytemuck = "1.0.0" [dev-dependencies]