Skip to content

Commit

Permalink
Bump to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Jun 30, 2017
1 parent 5a03606 commit a75d371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
exclude = [
"testdata/*",
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a75d371

Please sign in to comment.