Skip to content

Commit

Permalink
Drop support for rust 1.44.1.
Browse files Browse the repository at this point in the history
It is no longer supported by lexical-core, which is required by nom.
  • Loading branch information
kaj committed Dec 4, 2021
1 parent 2f42f15 commit f4e87dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
matrix:
rust:
- stable
- 1.52.1
- 1.48.0
- 1.46.0
- 1.44.1
- beta
- nightly
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ The format is based on
project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

* Current stable rust is 1.57, MSRV is now 1.46.0.


## Release 0.13.4 - 2021-06-25

* Allow `else if` after an `@if` block in templates. PR #104, fixes #81.
Expand Down

0 comments on commit f4e87dd

Please sign in to comment.