Skip to content

Commit

Permalink
update ndc spec to rc0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-hasura committed Sep 25, 2023
1 parent e82a0f0 commit 739fee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -16,8 +16,8 @@ async-trait = "^0.1.68"
axum = "^0.6.18"
axum-macros = "^0.3.7"
clap = { version = "^4.3.9", features = ["derive", "env"] }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.5" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.5" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.6" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.6" }
opentelemetry = { version = "^0.20", features = [
"rt-tokio",
"trace",
Expand Down

0 comments on commit 739fee3

Please sign in to comment.