Skip to content

Commit

Permalink
Merge pull request #99 from hasura/gjm-tjh/ndc-hub-rc15
Browse files Browse the repository at this point in the history
update ndc-spec from 0.1.0-rc.14 to 0.1.0-rc.15
  • Loading branch information
i-am-tom authored Feb 15, 2024
2 parents 02d26c1 + a5dd3e1 commit e0e9629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ path = "bin/main.rs"

[dependencies]
gdc_rust_types = { git = "https://github.com/hasura/gdc_rust_types.git", rev = "3273434" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.14" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.14" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.15" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.15" }

async-trait = "^0.1.74"
axum = "^0.6.20"
Expand Down
2 changes: 1 addition & 1 deletion rust-connector-sdk/src/default_main/v2_compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::json_response::JsonResponse;

pub async fn get_health() -> impl IntoResponse {
// todo: if source_name and config provided, check if that specific source is healthy
StatusCode::NO_CONTENT
StatusCode::OK
}

pub async fn get_capabilities<C: Connector>(
Expand Down

0 comments on commit e0e9629

Please sign in to comment.