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 f03a95c commit 72d84c8Copy full SHA for 72d84c8
.github/workflows/ci.yml
@@ -80,5 +80,5 @@ jobs:
80
steps:
81
- uses: actions/checkout@v4
82
- uses: taiki-e/install-action@cargo-no-dev-deps
83
- - uses: dtolnay/rust-toolchain@1.62.1 # also set in Cargo.toml
+ - uses: dtolnay/rust-toolchain@1.64.0 # also set in Cargo.toml
84
- 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