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"] }