From 8c57d38e336a8958285fb036d5f436006fb9167c Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Fri, 25 Aug 2023 10:25:45 +0800 Subject: [PATCH] Bounce version --- Cargo.toml | 2 +- struct-patch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efa0da0..afbb0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [workspace.package] authors = ["Antonio Yang "] -version = "0.3.2" +version = "0.4.0" edition = "2021" categories = ["development-tools"] keywords = ["struct", "patch", "macro", "derive", "overlay"] diff --git a/struct-patch/Cargo.toml b/struct-patch/Cargo.toml index cd53d84..3a508d4 100644 --- a/struct-patch/Cargo.toml +++ b/struct-patch/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true readme.workspace = true [dependencies] -struct-patch-derive = { version = "=0.3.2", path = "../struct-patch-derive" } +struct-patch-derive = { version = "=0.4.0", path = "../struct-patch-derive" } [dev-dependencies] serde_json = "1.0"