From 67ef26da8220f018b29527821a30b3f5a83c4f35 Mon Sep 17 00:00:00 2001 From: MathisWellmann Date: Wed, 29 Apr 2026 20:03:18 +0200 Subject: [PATCH] symbiont-macros: bump to `0.2.0` --- Cargo.lock | 2 +- symbiont-macros/Cargo.toml | 2 +- symbiont/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6adb008..9061120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,7 +2937,7 @@ dependencies = [ [[package]] name = "symbiont-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "proc-macro2", "quote", diff --git a/symbiont-macros/Cargo.toml b/symbiont-macros/Cargo.toml index 701beac..51826c4 100644 --- a/symbiont-macros/Cargo.toml +++ b/symbiont-macros/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["agent", "dylib", "dynamic", "harness", "llm"] license = "MPL-2.0" name = "symbiont-macros" repository = "https://github.com/MathisWellmann/symbiont" -version = "0.1.0" +version = "0.2.0" [lints] workspace = true diff --git a/symbiont/Cargo.toml b/symbiont/Cargo.toml index 815af3c..ba42c5c 100644 --- a/symbiont/Cargo.toml +++ b/symbiont/Cargo.toml @@ -15,7 +15,7 @@ version = "0.2.0" workspace = true [dependencies] -symbiont-macros = { version = "0.1.0", path = "../symbiont-macros" } +symbiont-macros = { version = "0.2.0", path = "../symbiont-macros" } rig-core.workspace = true tokio.workspace = true