Skip to content

Commit

Permalink
Merge pull request #25 from Concordium/tonic-wildcard
Browse files Browse the repository at this point in the history
Make tonic version wildcard so the resolver use ccd-rust-sdk version
  • Loading branch information
limemloh authored Feb 13, 2024
2 parents 39681ce + 4778849 commit fce8794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/my-contract/deploy-scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ tokio = { version = "1.36", features = ["rt", "macros", "rt-multi-thread"] }
clap = { version = "4", features = ["derive", "env"] }
concordium-rust-sdk = "4"
my-contract = { path = "../" }
tonic = { version = "0.10", features = ["tls"] }
# To enable TLS for the Client from concordium-rust-sdk. The version is put as '*' for the resolver to select the same version as the concordium-rust-sdk.
tonic = { version = "*", features = ["tls"] }

0 comments on commit fce8794

Please sign in to comment.