Skip to content

Commit d292ef1

Browse files
committed
deps: update rust to v1.90.0
1 parent e586a9b commit d292ef1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Apollo <[email protected]>"]
1111
edition = "2024"
1212
license-file = "LICENSE"
1313
repository = "https://github.com/apollographql/apollo-mcp-server"
14-
rust-version = "1.89.0"
14+
rust-version = "1.90.0"
1515
version = "0.9.0"
1616

1717
[workspace.dependencies]

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/nixos-unstable";
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)