Cleaned up services.rs file and removed whitespaces Specified Data Types were needed instead of allowing the compiler to select types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "airlock_libs"
|
||||
version = "5.1.1"
|
||||
version = "5.1.2"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
@@ -26,6 +26,8 @@ tracing-subscriber = "0.3.20"
|
||||
tracing-opentelemetry = "0.32.0"
|
||||
pyo3-async-runtimes = { version = "0.27.0", features = ["async-std", "tokio"] }
|
||||
crossbeam = "0.8.4"
|
||||
log = "0.4.29"
|
||||
flexi_logger = "0.31.7"
|
||||
|
||||
[package.metadata.maturin]
|
||||
generate-abi-stubs = true
|
||||
|
||||
Reference in New Issue
Block a user