Skip to content

Commit

Permalink
Use current head commit from ndc-sdk-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed May 2, 2024
1 parent 46dd0ce commit 4c09634
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 = "7409334d2ec2ca1d05fb341e69c9f07af520d8e0", 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 4c09634

Please sign in to comment.