File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
edition = " 2024"
12
12
license-file = " LICENSE"
13
13
repository = " https://github.com/apollographql/apollo-mcp-server"
14
- rust-version = " 1.89 .0"
14
+ rust-version = " 1.90 .0"
15
15
version = " 0.9.0"
16
16
17
17
[workspace .dependencies ]
Original file line number Diff line number Diff line change 2
2
description = "MCP Support for Apollo Tooling" ;
3
3
4
4
inputs = {
5
- nixpkgs . url = "github:nixos/nixpkgs/release-24.11 " ;
5
+ nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable " ;
6
6
unstable . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
7
7
8
8
# Helper utility for keeping certain paths from garbage collection in CI
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.89 .0"
2
+ channel = " 1.90 .0"
3
3
profile = " default"
4
4
components = [" rust-analyzer" , " rust-src" ]
You can’t perform that action at this time.
0 commit comments