Skip to content

Commit

Permalink
chore: use stable qcs dependency release
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Mar 21, 2024
1 parent 0cebb7c commit 1d1b7a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resolver = "2"

[workspace.dependencies]
qcs-api = "0.2.1"
qcs-api-client-common = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
qcs-api-client-grpc = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
qcs-api-client-openapi = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }
qcs-api-client-common = "0.7.12"
qcs-api-client-grpc = "0.7.14"
qcs-api-client-openapi = "0.8.13"
serde_json = "1.0.86"
thiserror = "1.0.57"
tokio = "1.36.0"
Expand Down
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ ignore = false
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
[bans]
multiple-versions = "warn"
# wildcards = "deny"
wildcards = "allow"
wildcards = "deny"
highlight = "all"
skip-tree = [
{ name = "toml", version = "*", depth = 20 },
Expand Down

0 comments on commit 1d1b7a7

Please sign in to comment.