Skip to content

Commit

Permalink
Don't use PR branch of ndc-sdk-rs (#120)
Browse files Browse the repository at this point in the history
* Don't use PR branch of ndc-sdk-rs

* Use current head commit from ndc-sdk-rs
  • Loading branch information
danieljharvey committed May 2, 2024
1 parent 3aa0bd4 commit e26d6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ unused_async = "allow"
[workspace.dependencies]
# ndc-models was using version 0.1.2 but we needed rustls fix
ndc-models = { git = "https://github.com/hasura/ndc-spec.git", rev = "c59f824ff95e6a376c34f85816e80164bc1f3894" }
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "fe945b6616e5b8bbefa537e5044b4ec962416d4b", default-features = false, features = ["rustls"]}
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "a273a01efccfc71ef3341cf5f357b2c9ae2d109f", default-features = false, features = ["rustls"]}
# ndc-test was using version 0.1.2 but we needed rustls fix
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", rev = "c59f824ff95e6a376c34f85816e80164bc1f3894", default-features = false, features = ["rustls"] }

0 comments on commit e26d6bd

Please # to comment.