We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d441459 commit a02bcacCopy full SHA for a02bcac
.github/workflows/ci.yml
@@ -84,5 +84,5 @@ jobs:
84
steps:
85
- uses: actions/checkout@v4
86
- uses: taiki-e/install-action@cargo-no-dev-deps
87
- - uses: dtolnay/rust-toolchain@1.62.1 # also set in Cargo.toml
+ - uses: dtolnay/rust-toolchain@1.64.0 # also set in Cargo.toml
88
- run: cargo no-dev-deps check -p graphql_client
Cargo.toml
@@ -12,4 +12,4 @@ members = [
12
]
13
14
[workspace.package]
15
-rust-version = "1.62.1" # also set in CI
+rust-version = "1.64.0" # also set in CI
0 commit comments