Skip to content

Commit

Permalink
chore: updates harmonizer to v0.27.0 (#684)
Browse files Browse the repository at this point in the history
- simple merging/union rollup of `@tag` from subgraphs into a supergraph
- allow usage of `@tag` on all subgraph fields
- merge subgraph `@tag` into a supergraph
  - if _ANY_ instance is tagged, the `@tag` is union merged
    into the supergrapy
  • Loading branch information
EverlastingBugstopper authored Jul 22, 2021
1 parent a6a506f commit ddf1d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ console = "0.14.0"
crossterm = "0.20.0"
git-url-parse = "0.3.1"
git2 = { version = "0.13.20", default-features = false, features = ["vendored-openssl"] }
harmonizer = { version = "0.26.0", optional = true }
harmonizer = { version = "0.27.0", optional = true }
heck = "0.3.3"
humantime = "2.1.0"
opener = "0.5.0"
Expand Down

0 comments on commit ddf1d5d

Please sign in to comment.