Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tninesling committed Sep 6, 2024
1 parent 0ab853d commit 018501d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "apollo-federation-types"
readme = "README.md"
repository = "https://github.com/apollographql/federation-rs/"
version = "0.13.1"
version = "0.13.2"

[features]
default = ["config", "build", "build_plugin"]
Expand Down
2 changes: 1 addition & 1 deletion harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include = [
]

[dependencies]
apollo-federation-types = { version = "0.13.1", path = "../apollo-federation-types", default-features = false, features = [
apollo-federation-types = { version = "0.13.2", path = "../apollo-federation-types", default-features = false, features = [
"build",
] }
deno_core = "0.200.0"
Expand Down

0 comments on commit 018501d

Please sign in to comment.