From 4f1a0b0730702d2e01f5f1fa324445f1e510ab0f Mon Sep 17 00:00:00 2001 From: Andrey Lunyov Date: Thu, 6 Jan 2022 08:46:35 -0800 Subject: [PATCH] Update Cargo.lock (#3719) Summary: Pull Request resolved: https://github.com/facebook/relay/pull/3719 Test Plan: ``` cargo check ``` Reviewed By: kassens Differential Revision: D33455804 Pulled By: alunyov fbshipit-source-id: a91c1108c68b4bbc61600e7891998180e3bc9d00 --- compiler/Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index fbd520be5c94f..27ef0fb311f6e 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "relay-compiler" -version = "13.0.0-rc.2" +version = "13.0.0" dependencies = [ "async-trait", "bincode", @@ -1594,6 +1594,7 @@ dependencies = [ "graphql-syntax", "intern", "lazy_static", + "relay-config", "schema", ]