Skip to content

Commit

Permalink
Min version is 1.36?
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Nov 14, 2019
1 parent b35719b commit 6121db3
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.34.0
rust: 1.36.0
- build: stable
os: ubuntu-18.04
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonwebtoken = "7"
serde = {version = "1.0", features = ["derive"] }
```

The minimum required Rust version is 1.34.
The minimum required Rust version is 1.36.

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

0 comments on commit 6121db3

Please sign in to comment.