Skip to content

Commit

Permalink
chore: use federation 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Sep 30, 2022
1 parent b460804 commit b31d8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/dev/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ lazy_static::lazy_static! {
// this number should be mapped to the federation version used by the router
// https://www.apollographql.com/docs/router/federation-version-support/#support-table
pub(crate) static ref DEV_COMPOSITION_VERSION: String =
std::env::var("APOLLO_ROVER_DEV_COMPOSITION_VERSION").unwrap_or_else(|_| "2.1.3".to_string());
std::env::var("APOLLO_ROVER_DEV_COMPOSITION_VERSION").unwrap_or_else(|_| "2.1.2".to_string());
}

0 comments on commit b31d8d8

Please sign in to comment.