Skip to content

Commit

Permalink
Update actions/checkout version (#291)
Browse files Browse the repository at this point in the history
* Update actions/checkout version

* Add rust-version in Cargo.toml
  • Loading branch information
giraffate authored Feb 2, 2023
1 parent 4df1e47 commit 0966ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
os: ubuntu-20.04
rust: nightly
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Rust
uses: hecrj/setup-rust-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repository = "https://github.com/Keats/jsonwebtoken"
keywords = ["jwt", "api", "token", "jwk"]
edition = "2021"
include = ["src/**/*", "benches/**/*", "tests/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
rust-version = "1.56.0"

[dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit 0966ec0

Please sign in to comment.