From 183043151d598035fff2266a423816def60c10c5 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sun, 2 Jan 2022 18:19:15 -0500 Subject: [PATCH] Bump to v4.7.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 171a2ba8..487abab3 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 = "4.7.0" # remember to update html_root_url +version = "4.7.1" # remember to update html_root_url authors = ["Tristan Hume "] edition = "2018" exclude = [ diff --git a/src/lib.rs b/src/lib.rs index 0f46be59..9ab89f98 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/4.7.0")] +#![doc(html_root_url = "https://docs.rs/syntect/4.7.1")] #[macro_use] extern crate lazy_static;