Skip to content

Commit a63457e

Browse files
committed
use version AND path to specify qcs dep for python crate
1 parent 2fde19f commit a63457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
1919

2020
[dependencies]
2121
async-trait = "0.1.73"
22-
qcs = { path = "../lib", features = ["tracing-opentelemetry"] }
22+
qcs = { version = "0.25.1", path = "../lib", features = ["tracing-opentelemetry"] }
2323
qcs-api-client-common = { workspace = true, features = ["python"] }
2424
qcs-api-client-grpc.workspace = true
2525
qcs-api-client-openapi.workspace = true

0 commit comments

Comments
 (0)