fix: remove hardcoded ostp-core version constraint

This commit is contained in:
ospab 2026-06-17 13:54:02 +03:00
parent 0231ef8a6e
commit ed532421f5
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ rand.workspace = true
url = "2.5" url = "2.5"
tracing.workspace = true tracing.workspace = true
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ostp-core = { version = "0.2.68", path = "../ostp-core" } ostp-core = { path = "../ostp-core" }
colored = "2.1" colored = "2.1"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] } reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }