Skip to content

Commit 72d84c8

Browse files
danieleadesdaniel.eades
authored and
daniel.eades
committed
fixup
1 parent f03a95c commit 72d84c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282
- uses: taiki-e/install-action@cargo-no-dev-deps
83-
- uses: dtolnay/rust-toolchain@1.62.1 # also set in Cargo.toml
83+
- uses: dtolnay/rust-toolchain@1.64.0 # also set in Cargo.toml
8484
- run: cargo no-dev-deps check -p graphql_client

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
rust-version = "1.62.1" # also set in CI
15+
rust-version = "1.64.0" # also set in CI

0 commit comments

Comments
 (0)