Skip to content

Commit

Permalink
update to apollo-compiler 1.0.0-beta4 (apollographql/federation-next#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored Oct 19, 2023
1 parent 40c4dba commit 57ec420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apollo-federation/apollo-at-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Elastic-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apollo-compiler = "=1.0.0-beta.3"
apollo-compiler = "=1.0.0-beta.4"
salsa = "0.16.1"
thiserror = "1.0"
url = "2"
Expand Down
2 changes: 1 addition & 1 deletion apollo-federation/apollo-federation-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apollo-compiler = "=1.0.0-beta.3"
apollo-compiler = "=1.0.0-beta.4"
indexmap = "2.0.2"
lazy_static = "1.4.0"
strum = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion apollo-federation/apollo-subgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Elastic-2.0"

[dependencies]
apollo-at-link = { path = "../apollo-at-link", version = "0.0.1" }
apollo-compiler = "=1.0.0-beta.3"
apollo-compiler = "=1.0.0-beta.4"
indexmap = "2.0.2"
salsa = "0.16.1"
thiserror = "1.0"
2 changes: 1 addition & 1 deletion apollo-federation/apollo-supergraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ license = "Elastic-2.0"
[dependencies]
apollo-at-link = { path = "../apollo-at-link", version = "0.0.1" }
apollo-subgraph = { path = "../apollo-subgraph", version = "0.0.1" }
apollo-compiler = "=1.0.0-beta.3"
apollo-compiler = "=1.0.0-beta.4"
salsa = "0.16.1"
indexmap = "2.0.0"

0 comments on commit 57ec420

Please sign in to comment.