From 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 17:34:59 -0500 Subject: Bump supported rust version to 1.83.0 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3e78ce0f..69fc9010 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.77.0 + toolchain: 1.83.0 profile: minimal override: true components: clippy -- cgit v1.3.1