From 30a41be068a83df3d8a47170f02802fa78f4d0e9 Mon Sep 17 00:00:00 2001 From: Hare Date: Fri, 24 Oct 2025 03:21:09 +0900 Subject: [PATCH] =?UTF-8?q?0.2.1:=20=E3=82=AF=E3=83=AC=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=A8?= =?UTF-8?q?=E5=85=AC=E9=96=8B=E8=A8=AD=E5=AE=9A=E3=81=AE=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worker-macros/Cargo.toml | 3 ++- worker-types/Cargo.toml | 1 + worker/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/worker-macros/Cargo.toml b/worker-macros/Cargo.toml index 668210c..c3f6e19 100644 --- a/worker-macros/Cargo.toml +++ b/worker-macros/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "worker-macros" -version = "0.1.0" +version = "0.2.0" edition = "2024" +publish = false [lib] proc-macro = true diff --git a/worker-types/Cargo.toml b/worker-types/Cargo.toml index e525472..cdd271c 100644 --- a/worker-types/Cargo.toml +++ b/worker-types/Cargo.toml @@ -2,6 +2,7 @@ name = "worker-types" version = "0.1.0" edition = "2024" +publish = false [dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/worker/Cargo.toml b/worker/Cargo.toml index efdfdbb..a0029f9 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "worker" -version = "0.1.0" +version = "0.2.0" edition = "2024" [dependencies]