Skip to content

Commit

Permalink
Switch to the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Nov 6, 2024
1 parent 1277891 commit 3ad1b84
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 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", branch = "main" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", branch = "main" }
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" }

anyhow = "1"
async-trait = "0.1"
Expand Down

0 comments on commit 3ad1b84

Please sign in to comment.