Skip to content

Commit 516cf41

Browse files
authored
Updated Ok to include support for all current proccessors. (#204)
- Updated linting errors - Updated to using Rust 1.80.0 - Updated dependencies - Updated Github Actions Workflows Rust Version Signed-off-by: Larry Dewey <larry.dewey@amd.com>
1 parent a96167c commit 516cf41

9 files changed

Lines changed: 636 additions & 288 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions-rs/toolchain@v1
1010
with:
1111
components: rustfmt
12-
toolchain: 1.70.0
12+
toolchain: 1.80.0
1313
profile: minimal
1414
override: true
1515
- uses: actions-rs/cargo@v1
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions-rs/toolchain@v1
2727
with:
2828
components: clippy
29-
toolchain: 1.70.0
29+
toolchain: 1.80.0
3030
profile: minimal
3131
override: true
3232
- uses: actions-rs/cargo@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
toolchain:
22-
- 1.70.0
22+
- 1.80.0
2323
- stable
2424
profile:
2525
- name: debug

0 commit comments

Comments
 (0)