Adjusted API Timeout

This commit is contained in:
brotoskyj
2025-11-07 16:48:42 -05:00
parent 07be104cae
commit ef20efeee3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies = [
[[package]]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"chrono",
"indicatif",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
edition = "2024"
[lib]
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }