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.
This commit is contained in:
M3gA-Mind
2026-03-31 18:26:32 +05:30
parent 3968239075
commit c273d60f9d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -54,3 +54,4 @@ tauri.key.pub
src-tauri/target/
openhuman-skills
workflow
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "OpenHuman"
version = "0.49.31"
version = "0.49.32"
dependencies = [
"env_logger",
"log",