From 269964d8772ac8cabac6b88068dc2bf8ced2b025 Mon Sep 17 00:00:00 2001 From: Nico Arqueros <1622112+nicarq@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:53:35 -0500 Subject: [PATCH] bump --- Cargo.lock | 2 +- shinkai-bin/shinkai-node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9aa91b8cb..14ee8f6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7636,7 +7636,7 @@ dependencies = [ [[package]] name = "shinkai_node" -version = "0.7.17" +version = "0.7.18" dependencies = [ "aes-gcm", "anyhow", diff --git a/shinkai-bin/shinkai-node/Cargo.toml b/shinkai-bin/shinkai-node/Cargo.toml index dd89b9726..f8cbe3d2c 100644 --- a/shinkai-bin/shinkai-node/Cargo.toml +++ b/shinkai-bin/shinkai-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shinkai_node" -version = "0.7.17" +version = "0.7.18" edition = "2021" authors.workspace = true # this causes `cargo run` in the workspace root to run this package