Skip to content

Commit

Permalink
Merge pull request #487 from Enselic/bump
Browse files Browse the repository at this point in the history
Bump to 5.1.0
  • Loading branch information
Enselic committed Jul 31, 2023
2 parents 3c0505b + fbe71aa commit b7531a8
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 @@ -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 <tristan@thume.ca>"]
edition = "2018"
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b7531a8

Please sign in to comment.