From 4c83106f24222deccab5b6293bcb84e6b51fad8d Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 6 Jun 2024 23:21:12 -0500 Subject: [PATCH] Updating metadata for 0.14.0 [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 c06b0a24..74496f0f 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.14.0-pre" +version = "0.14.0" diff --git a/binrw/Cargo.toml b/binrw/Cargo.toml index 1915bbeb..40e64e07 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.14.0-pre" } +binrw_derive = { path = "../binrw_derive", version = "0.14.0" } bytemuck = "1.0.0" [dev-dependencies]