Skip to content

Commit

Permalink
Bump ndc-spec to v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar authored Mar 4, 2024
1 parent b5f3c83 commit a0ba01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ default = ["ndc-test"]

[dependencies]
gdc_rust_types = { git = "https://github.com/hasura/gdc_rust_types.git", rev = "3273434" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.19" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.19", optional = true }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0", optional = true }

async-trait = "^0.1.74"
axum = "^0.6.20"
Expand Down

0 comments on commit a0ba01b

Please sign in to comment.