Skip to content

Commit 1d1b7a7

Browse files
chore: use stable qcs dependency release
1 parent 0cebb7c commit 1d1b7a7

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Cargo.lock

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ resolver = "2"
44

55
[workspace.dependencies]
66
qcs-api = "0.2.1"
7-
qcs-api-client-common = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
8-
qcs-api-client-grpc = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
9-
qcs-api-client-openapi = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
7+
qcs-api-client-common = "0.7.12"
8+
qcs-api-client-grpc = "0.7.14"
9+
qcs-api-client-openapi = "0.8.13"
1010
serde_json = "1.0.86"
1111
thiserror = "1.0.57"
1212
tokio = "1.36.0"

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ ignore = false
9595
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
9696
[bans]
9797
multiple-versions = "warn"
98-
# wildcards = "deny"
99-
wildcards = "allow"
98+
wildcards = "deny"
10099
highlight = "all"
101100
skip-tree = [
102101
{ name = "toml", version = "*", depth = 20 },

0 commit comments

Comments
 (0)