Skip to content

Commit 156ac61

Browse files
authored
Merge pull request #387 from apollographql/up-rust
deps: update rust to v1.90.0
2 parents e586a9b + 7068bc6 commit 156ac61

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

.changesets/maint_up_rust.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### deps: update rust to v1.90.0 - @DaleSeo PR #387
2+
3+
Updates the Rust version to v1.90.0

flake.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "MCP Support for Apollo Tooling";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/release-24.11";
5+
nixpkgs.url = "github:nixos/nixpkgs/release-25.05";
66
unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
77

88
# Helper utility for keeping certain paths from garbage collection in CI

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.90.0"
33
profile = "default"
44
components = ["rust-analyzer", "rust-src"]

0 commit comments

Comments
 (0)