Add support for Rust 1.43 (#13)

This commit is contained in:
Armin Ronacher 2021-02-15 20:54:41 +01:00 committed by GitHub
parent d95660a260
commit b1a0b0f8a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 54 additions and 20 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 1.3.0
* Added support for Rust 1.43.0 for better compatibility.
## 1.2.0
* Make the unicode feature optional for inline diffing.