Skip to content

Commit

Permalink
fix: pin rowan version to pass CI (#5841)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Aug 19, 2024
1 parent 758e502 commit d66ded2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ dependencies = [
"rhai",
"rmp",
"router-bridge",
"rowan",
"rstack",
"rust-embed",
"rustls",
Expand Down
3 changes: 3 additions & 0 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ nu-ansi-term = "0.49"
num-traits = "0.2.19"
once_cell = "1.19.0"

# Pin rowan to a version pre-MSRV bump. Remove if we update our rust-toolchain.
rowan = "= 0.15.15"

# Any package that starts with `opentelemetry` needs to be updated with care
# because it is tightly intertwined with the `tracing` packages on account of
# the `opentelemetry-tracing` package.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
# renovate-automation: rustc version
channel = "1.76.0"
channel = "1.76.0" # If updated, remove `rowan` dependency from apollo-router/Cargo.toml
components = [ "rustfmt", "clippy" ]

0 comments on commit d66ded2

Please sign in to comment.