Skip to content

Commit 643b96b

Browse files
Update NDC Spec to v0.2.0-rc.2 (#40)
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 <[email protected]>
1 parent 861f0fc commit 643b96b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ members = ["crates/*"]
99

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

1515
anyhow = "1"
1616
async-trait = "0.1"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cargo build
2222

2323
```sh
2424
mkdir empty
25-
cargo run --bin ndc_hub_example -- --configuration ./empty
25+
cargo run --bin ndc_hub_example serve --configuration ./empty
2626
```
2727

2828
Inspect the resulting (empty) schema:

0 commit comments

Comments
 (0)