From c33c10dd41c08e3cbb5a1afc2279541fa10ea053 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Fri, 19 May 2023 13:12:14 -0600 Subject: [PATCH] 1.69.0 everywhere --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3422325..56b9288 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,7 +56,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.65.0 + toolchain: 1.69.0 components: clippy override: true - run: cargo clippy --all --all-features -- -D warnings \ No newline at end of file