From c0a46e5b8a5d9c1811eb2182cb8189a01d168dec Mon Sep 17 00:00:00 2001 From: pwalski <4924911+pwalski@users.noreply.github.com> Date: Thu, 23 May 2024 13:40:24 +0200 Subject: [PATCH] Version v0.2.2 (#119) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f2d1e8..fb1cf85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "ya-runtime-ai" -version = "0.1.1" +version = "0.2.2" dependencies = [ "actix", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index e7c4388..48b2538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-runtime-ai" -version = "0.1.1" +version = "0.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html