tsk-182: Update rust version (#191)
* Updated rust version * Warning fix * Updating crates and dependencies * Version bump * tsk-182: cargo update * Updated jsonwebtoken
This commit was merged in pull request #191.
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.88.0
|
||||
toolchain: 1.90.0
|
||||
components: cargo
|
||||
|
||||
- name: Extract Version from Cargo.toml
|
||||
|
||||
@@ -27,10 +27,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust 1.88.0
|
||||
- name: Install Rust 1.90.0
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.88.0
|
||||
toolchain: 1.90.0
|
||||
components: clippy, rustfmt
|
||||
override: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user