diff --git a/Cargo.toml b/Cargo.toml index 188d5e97..2dd6249f 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 = "5.0.0" # remember to update html_root_url +version = "5.1.0" # remember to update html_root_url authors = ["Tristan Hume "] edition = "2018" exclude = [ diff --git a/src/lib.rs b/src/lib.rs index 102c5a03..c5a16168 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ //! [`parsing`]: parsing/index.html //! [`highlighting`]: highlighting/index.html -#![doc(html_root_url = "https://docs.rs/syntect/5.0.0")] +#![doc(html_root_url = "https://docs.rs/syntect/5.1.0")] #[cfg(test)] #[macro_use]