Skip to content

Commit

Permalink
Update pinned ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Feb 2, 2022
1 parent 1a46cfa commit 5162b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.51.0
rust: 1.53.0
- build: stable
os: ubuntu-18.04
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ jsonwebtoken = "8"
serde = {version = "1.0", features = ["derive"] }
```

The minimum required Rust version is 1.51.
The minimum required Rust version is 1.53.

## Algorithms
This library currently supports the following:
Expand Down

0 comments on commit 5162b63

Please sign in to comment.