diff --git a/Cargo.toml b/Cargo.toml index 5f1276d1..5dceb060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,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.12.1-pre" +version = "0.12.0" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index d878b427..4bd6eb10 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.12.1-pre" } +binrw_derive = { path = "../binrw_derive", version = "0.12.0" } bytemuck = "1.12" [dev-dependencies]