From 5d408ca6458c22e762273963c61a7b8535fbeb03 Mon Sep 17 00:00:00 2001 From: jonathanrainer Date: Thu, 11 Jul 2024 05:50:40 +0100 Subject: [PATCH] release: apollo-federation-types@v0.13.0 --- Cargo.lock | 2 +- apollo-federation-types/Cargo.toml | 2 +- harmonizer/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd111cc66..36301c307 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "apollo-federation-types" -version = "0.12.0" +version = "0.13.0" dependencies = [ "assert_fs", "camino", diff --git a/apollo-federation-types/Cargo.toml b/apollo-federation-types/Cargo.toml index e663d35c0..5088b1535 100644 --- a/apollo-federation-types/Cargo.toml +++ b/apollo-federation-types/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "apollo-federation-types" readme = "README.md" repository = "https://github.com/apollographql/federation-rs/" -version = "0.12.0" +version = "0.13.0" [features] default = ["config", "build", "build_plugin"] diff --git a/harmonizer/Cargo.toml b/harmonizer/Cargo.toml index 4bed1a3b1..424e70082 100644 --- a/harmonizer/Cargo.toml +++ b/harmonizer/Cargo.toml @@ -19,7 +19,7 @@ include = [ ] [dependencies] -apollo-federation-types = { version = "0.12.0", path = "../apollo-federation-types", default-features = false, features = [ +apollo-federation-types = { version = "0.13.0", path = "../apollo-federation-types", default-features = false, features = [ "build", ] } deno_core = "0.200.0"