Bug Fixes
Build Library / Build Library (push) Successful in 4m51s

Changed days to days.to_string() to fix type confusion
closes #47
This commit is contained in:
brotoskyj
2025-12-17 11:02:13 -05:00
parent 66eb101c5d
commit 53f0b548b0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "6.1.0"
version = "6.1.1"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }