Skip to content

Commit

Permalink
Upgrade ndc-sdk-rs to v0.2.2 (#555)
Browse files Browse the repository at this point in the history
### What

https://github.com/hasura/ndc-sdk-rs/releases/tag/v0.2.2

> What's Changed
>   - listen on all ipv4 and ipv6 interfaces by default
  • Loading branch information
Gil Mizrahi committed Jul 30, 2024
1 parent 04b7553 commit fe6d8c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ too_many_lines = "allow"

[workspace.dependencies]
ndc-models = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.5" }
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.2.1" }
ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.2.2" }
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.5" }

anyhow = "1"
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

### Changed

- Upgrade ndc-sdk-rs to v0.2.2
[#555](https://github.com/hasura/ndc-postgres/pull/555)

### Fixed

## [v1.0.1]
Expand Down

0 comments on commit fe6d8c1

Please sign in to comment.