Skip to content

Commit

Permalink
Bump ndc-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 31, 2023
1 parent 3c94bd6 commit ee504f7
Show file tree
Hide file tree
Showing 3 changed files with 11 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.

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ members = [
"crates/ndc-sqlserver",
"crates/query-engine",
]


# Temporary patch to get the build working. We shall remove this once a new
# version of ndc-spec is published, and ndc-sdk is updated accordingly.
# The "//" is to convince Cargo to accept this, due to
# https://github.com/rust-lang/cargo/issues/10756 .
[patch."https://github.com/hasura/ndc-spec.git"]
ndc-client = { git = "https://github.com/hasura//ndc-spec.git", rev = "3778605" }
ndc-test = { git = "https://github.com/hasura//ndc-spec.git", rev = "3778605" }
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
inputs.flake-utils.follows = "flake-utils";
};

rust-overlay = {
Expand Down

0 comments on commit ee504f7

Please sign in to comment.