diff --git a/Cargo.toml b/Cargo.toml index 9cc6f1cc..7557678a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"] categories = ["parser-implementations", "parsing", "text-processing"] readme = "Readme.md" license = "MIT" -version = "2.0.0" # remember to update html_root_url +version = "2.0.1" # remember to update html_root_url authors = ["Tristan Hume "] exclude = [ "testdata/*", diff --git a/src/lib.rs b/src/lib.rs index 2f001ffc..f95b3a6b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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/2.0.0")] +#![doc(html_root_url = "https://docs.rs/syntect/2.0.1")] #[cfg(feature = "yaml-load")] extern crate yaml_rust;