From c273d60f9d3fe17f1f2e724a7be96797d293d6f0 Mon Sep 17 00:00:00 2001 From: M3gA-Mind Date: Tue, 31 Mar 2026 18:26:32 +0530 Subject: [PATCH] chore: update .gitignore and increment OpenHuman version to 0.49.32 - Added 'workflow' to .gitignore to exclude workflow files from version control. - Updated OpenHuman version in Cargo.lock from 0.49.31 to 0.49.32. --- .gitignore | 1 + app/src-tauri/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a2584940..478a96b34 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ tauri.key.pub src-tauri/target/ openhuman-skills +workflow \ No newline at end of file diff --git a/app/src-tauri/Cargo.lock b/app/src-tauri/Cargo.lock index 9b07a0ef3..e4906d677 100644 --- a/app/src-tauri/Cargo.lock +++ b/app/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "OpenHuman" -version = "0.49.31" +version = "0.49.32" dependencies = [ "env_logger", "log",