From ed532421f57302d4154c15bf35466ea50308fc63 Mon Sep 17 00:00:00 2001 From: ospab Date: Wed, 17 Jun 2026 13:54:02 +0300 Subject: [PATCH] fix: remove hardcoded ostp-core version constraint --- ostp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostp/Cargo.toml b/ostp/Cargo.toml index 54380c7..f6e69fa 100644 --- a/ostp/Cargo.toml +++ b/ostp/Cargo.toml @@ -18,6 +18,6 @@ rand.workspace = true url = "2.5" tracing.workspace = true 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" reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }