diff --git a/Cargo.toml b/Cargo.toml index 05cc31cd..048d7af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ 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" -version = "0.11.2-pre" +version = "0.11.2" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index 5fe60b89..b307a3a7 100644 --- a/binrw/Cargo.toml +++ b/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" [dev-dependencies]