Skip to content

Commit

Permalink
Bump to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Oct 13, 2017
1 parent e5a1546 commit e0b6955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"]
categories = ["parser-implementations", "parsing", "text-processing"]
readme = "Readme.md"
license = "MIT"
version = "1.7.3" # remember to update html_root_url
version = "1.8.0" # remember to update html_root_url
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 @@ -20,7 +20,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.7"
syntect = "1.8"
```

After that take a look at the [documentation](https://docs.rs/syntect) and the [examples](https://github.com/trishume/syntect/tree/master/examples).
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! Some docs have example code but a good place to look is the `syncat` example as well as the source code
//! for the `easy` module in `easy.rs` as that shows how to plug the various parts together for common use cases.
#![doc(html_root_url = "https://docs.rs/syntect/1.7.3")]
#![doc(html_root_url = "https://docs.rs/syntect/1.8.0")]

#[cfg(feature = "yaml-load")]
extern crate yaml_rust;
Expand Down

0 comments on commit e0b6955

Please sign in to comment.