From 8d33e0e03d0c330e01290825d02a3646c08e4921 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 5 Nov 2023 12:09:32 -0600 Subject: [PATCH] Updating metadata for 0.13.1 [ci skip] --- Cargo.toml | 4 ++-- binrw/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28c5967f..7d83001e 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.1-pre" +version = "0.13.1" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index 6c34a34d..47cbb96a 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.1-pre" } +binrw_derive = { path = "../binrw_derive", version = "0.13.1" } bytemuck = "1.0.0" [dev-dependencies]