From fdfd457c5b08692a2cc891a3ced046a97e227b8c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 26 Nov 2023 01:19:49 -0600 Subject: [PATCH] Updating source version to 0.13.3-pre [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 73fb5d84..6de61e75 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 = true +publish = false # Use `release.sh` repository = "https://github.com/jam1garner/binrw" rust-version = "1.66" -version = "0.13.2" +version = "0.13.3-pre" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index cfd5087b..9f612938 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" } +binrw_derive = { path = "../binrw_derive", version = "0.13.3-pre" } bytemuck = "1.0.0" [dev-dependencies]