mirror of https://github.com/ospab/ostp.git
fix: remove hardcoded ostp-core version constraint
This commit is contained in:
parent
0231ef8a6e
commit
ed532421f5
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue