Skip to content

Commit

Permalink
Update NDC Spec to v0.2.0-rc.2 (#40)
Browse files Browse the repository at this point in the history
This is just a types update, no real changes.

Also includes the changes from #39 because the build got stuck on that
PR.

---------

Co-authored-by: Alexander Salas Bastidas <a.salas@ieee.org>
  • Loading branch information
daniel-chambers and ajsb85 authored Dec 12, 2024
1 parent 861f0fc commit 643b96b
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ members = ["crates/*"]

[workspace.dependencies]
ndc-sdk-core = { path = "../sdk-core" }
ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.1" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.1" }
ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.2" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.2" }

anyhow = "1"
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo build

```sh
mkdir empty
cargo run --bin ndc_hub_example -- --configuration ./empty
cargo run --bin ndc_hub_example serve --configuration ./empty
```

Inspect the resulting (empty) schema:
Expand Down

0 comments on commit 643b96b

Please sign in to comment.