Removed a lot of unwraps
Build Library / Build Library (push) Successful in 5m2s

Removing the unwraps now has better error handling and will cause the program to crash with crash dumps instead of panic!
This commit is contained in:
brotoskyj
2025-11-21 12:20:11 -05:00
parent 697d923172
commit 303ecd8368
5 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "3.1.2"
version = "3.2.0"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }