Skip to content

Commit 4bd0b10

Browse files
committed
Update minimum supported rust version to 1.53.0
1 parent 864b75c commit 4bd0b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
rust:
33-
- 1.45.0
33+
- 1.53.0
3434
- stable
3535
- beta
3636
- nightly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ compiler time, like `L` string literals in C.
1212
wchar = "0.10"
1313
```
1414

15-
*Compiler support: requires rustc 1.45+*
15+
*Compiler support: requires rustc 1.53+*
1616

1717
## Example
1818

0 commit comments

Comments
 (0)