Skip to content

Commit

Permalink
Update minimum supported rust version to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed Aug 9, 2021
1 parent 864b75c commit 4bd0b10
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 @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
rust:
- 1.45.0
- 1.53.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ compiler time, like `L` string literals in C.
wchar = "0.10"
```

*Compiler support: requires rustc 1.45+*
*Compiler support: requires rustc 1.53+*

## Example

Expand Down

0 comments on commit 4bd0b10

Please sign in to comment.