From a75d371df987603e93c73e34ca21c890051f4d66 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Fri, 30 Jun 2017 10:22:06 -0700 Subject: [PATCH] Bump to v1.7.0 --- Cargo.toml | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 168716cf..215e57a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/trishume/syntect" keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"] readme = "Readme.md" license = "MIT" -version = "1.6.0" +version = "1.7.0" authors = ["Tristan Hume "] exclude = [ "testdata/*", diff --git a/Readme.md b/Readme.md index d8af074f..64d3481c 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ I've spent months working on, tweaking, optimizing, documenting and testing this `syntect` is [available on crates.io](https://crates.io/crates/syntect). You can install it by adding this line to your `Cargo.toml`: ```toml -syntect = "1.6" +syntect = "1.7" ``` After that take a look at the [documentation](http://thume.ca/rustdoc/syntect/syntect/) and the [examples](https://github.com/trishume/syntect/tree/master/examples).