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 f42c08d commit 130d38dCopy full SHA for 130d38d
.github/workflows/ci.yml
@@ -76,5 +76,5 @@ jobs:
76
steps:
77
- uses: actions/checkout@v4
78
- uses: taiki-e/install-action@cargo-no-dev-deps
79
- - uses: dtolnay/rust-toolchain@1.62.1 # also set in Cargo.toml
+ - uses: dtolnay/rust-toolchain@1.64.0 # also set in Cargo.toml
80
- 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