Skip to content

Commit

Permalink
update ndc-spec to rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-hasura committed Oct 10, 2023
1 parent 2d19614 commit 0747297
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.6" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.6" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.7" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.7" }
http = "^0.2"
opentelemetry = { version = "^0.20", features = [
"rt-tokio",
Expand Down

0 comments on commit 0747297

Please sign in to comment.