We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef9c55 commit e602f8eCopy full SHA for e602f8e
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-22.04
8
steps:
9
- uses: actions/checkout@v3
10
- - run: rustup update 1.60 --no-self-update && rustup default 1.60
+ - run: rustup update 1.65 --no-self-update && rustup default 1.65
11
- run: cargo build
12
- name: test mdBook
13
# rustdoc doesn't build dependencies, so it needs to run after `cargo build`,
0 commit comments