From 143dc3eeb7b8300f30d4d955822472714136d089 Mon Sep 17 00:00:00 2001 From: erhant Date: Mon, 9 Sep 2024 15:12:44 +0300 Subject: [PATCH] update workflows --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a3588b..4ea854c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3457,7 +3457,7 @@ dependencies = [ [[package]] name = "ollama-workflows" version = "0.1.0" -source = "git+https://github.com/andthattoo/ollama-workflows?rev=66e46d2#66e46d2767de613c58745f05204ce64cd459f96e" +source = "git+https://github.com/andthattoo/ollama-workflows?rev=875f403#875f40336e68c5feb6a62941eeca6f7e07f22944" dependencies = [ "async-trait", "colored", diff --git a/Cargo.toml b/Cargo.toml index c2bc262..6efbe06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ sha3 = "0.10.8" fastbloom-rs = "0.5.9" # workflows -ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "66e46d2" } +ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "875f403" } # peer-to-peer libp2p = { git = "https://github.com/anilaltuner/rust-libp2p.git", rev = "7ce9f9e", features = [