Features
Build Library / Build Library (push) Successful in 4m46s

closes #34
Removed a lot of unwraps, most remaining unwraps will likely stay in the code, as it will be expected behavior to panic and crash rather than a system level abort/exit event
This commit is contained in:
brotoskyj
2025-11-24 11:36:50 -05:00
parent dd206eb272
commit a80c2ca1e1
5 changed files with 31 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "4.0.1"
version = "4.0.2"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }