Skip to content

Commit

Permalink
Upgrade ndc-sdk. (#363)
Browse files Browse the repository at this point in the history
### What

This adds the `--host` switch and removes the v2 compatibility layer.

### How

Cargo.
  • Loading branch information
SamirTalwar authored Mar 14, 2024
1 parent ebb7b53 commit 7369212
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 129 deletions.
133 changes: 7 additions & 126 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 crates/connectors/ndc-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ query-engine-metadata = { path = "../../query-engine/metadata" }
query-engine-sql = { path = "../../query-engine/sql" }
query-engine-translation = { path = "../../query-engine/translation" }

ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "ec033818" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "7ed856bf7c492caf2510b53a5d4846c6473a7d1f" }

async-trait = "0.1.77"
percent-encoding = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
query-engine-metadata = { path = "../metadata" }
query-engine-sql = { path = "../sql" }

ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "ec033818" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "7ed856bf7c492caf2510b53a5d4846c6473a7d1f" }

indexmap = "2"
multimap = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ndc-postgres = { path = "../../connectors/ndc-postgres" }
ndc-postgres-configuration = { path = "../../configuration" }

ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "ec033818" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "7ed856bf7c492caf2510b53a5d4846c6473a7d1f" }
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }

anyhow = "1.0.80"
Expand Down

0 comments on commit 7369212

Please sign in to comment.