Skip to content

Commit

Permalink
chore: remove rust 1.76.0 MSRV, and unpin rowan (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Jan 6, 2025
1 parent eeb458e commit e13c231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ workflows:
matrix:
parameters:
platform: [linux, macos, windows]
# The Apollo Router is stuck on 1.76.0
rust_channel: [1.76.0, stable, nightly]
rust_channel: [stable, nightly]
miri:
jobs:
- miri:
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ahash = "0.8.11"
apollo-parser = { path = "../apollo-parser", version = "0.8.0" }
ariadne = { version = "0.5.0", features = ["auto-color"] }
indexmap = "2.0.0"
rowan = "=0.15.15"
rowan = "0.15.15"
serde = { version = "1.0", features = ["derive"] }
serde_json_bytes = { version = "0.2.2", features = ["preserve_order"] }
thiserror = "1.0.31"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"

[dependencies]
memchr = "2.6.1"
rowan = "=0.15.15"
rowan = "0.15.15"
thiserror = "1.0.30"

[dev-dependencies]
Expand Down

0 comments on commit e13c231

Please sign in to comment.