Skip to content

Commit 01438ae

Browse files
authored
update rustc in CI to 1.64 (#495)
Tests for the kafkaesque example started failing because it depends on `clap` which now requires rustc `1.64`. We could change the deps of the example but updating rustc seems like a good anything anyway. Signed-off-by: Petros Angelatos <petrosagg@gmail.com> Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
1 parent 1cf7b4a commit 01438ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3
10-
- run: rustup update 1.60 --no-self-update && rustup default 1.60
10+
- run: rustup update 1.64 --no-self-update && rustup default 1.64
1111
- run: cargo build
1212
- name: test mdBook
1313
# rustdoc doesn't build dependencies, so it needs to run after `cargo build`,

0 commit comments

Comments
 (0)