From c0ccd76a4c39d52415775fe65fdf1f99de1392ea Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 08:41:28 +0300 Subject: [PATCH] v0.2.1: Ollama-integraatio, pipeline, prompt-editori Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/hub/Cargo.toml | 2 +- network-poc/native-node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/network-poc/hub/Cargo.toml b/network-poc/hub/Cargo.toml index 86d6585..bfbc84a 100644 --- a/network-poc/hub/Cargo.toml +++ b/network-poc/hub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hub" -version = "0.2.0" +version = "0.2.1" edition = "2024" [dependencies] diff --git a/network-poc/native-node/Cargo.toml b/network-poc/native-node/Cargo.toml index c44b879..62fd244 100644 --- a/network-poc/native-node/Cargo.toml +++ b/network-poc/native-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-node" -version = "0.2.0" +version = "0.2.1" edition = "2024" [dependencies]