diff options
| author | Mason Reed <mason@vector35.com> | 2024-12-13 17:34:59 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-12-13 17:42:38 -0500 |
| commit | 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch) | |
| tree | 4c7ff924f0c80368bf981733b46123e193cc3613 /.github/workflows | |
| parent | 042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff) | |
Bump supported rust version to 1.83.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
