kellnr test 2
test-org/integration-module/pipeline/pr-rc This commit looks good Details

pull/18/head
prplV 2025-03-12 13:20:19 +03:00
parent 43e24c136c
commit 10efa07aab
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ publish = ["kellnr"]
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135" serde_json = "1.0.135"
tokio = { version = "1.43.0", features = ["full"] } tokio = { version = "1.43.0", features = ["full"] }
integr-structs = {path = "../integr-structs"} integr-structs = { version = ">=0.1.0", registry = "kellnr"}
anyhow = "1.0.95" anyhow = "1.0.95"
chrono = "0.4.39" chrono = "0.4.39"
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] } reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }