diff --git a/Cargo.toml b/Cargo.toml index 581ffed..31769a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [workspace.package] authors = ["Antonio Yang "] -version = "0.8.0" +version = "0.8.1" edition = "2021" categories = ["development-tools"] keywords = ["struct", "patch", "macro", "derive", "overlay"] diff --git a/struct-patch/Cargo.toml b/struct-patch/Cargo.toml index bf0cba2..4b1d4ea 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.8.0", path = "../struct-patch-derive" } +struct-patch-derive = { version = "=0.8.1", path = "../struct-patch-derive" } [dev-dependencies] serde_json = "1.0"