diff --git a/Cargo.lock b/Cargo.lock index edf87b5..6661898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,7 +2127,7 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" [[package]] name = "snekdown" -version = "0.30.5" +version = "0.31.0" dependencies = [ "asciimath-rs", "base64 0.12.3", diff --git a/Cargo.toml b/Cargo.toml index 3cdce71..c43fd3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.30.5" +version = "0.31.0" authors = ["trivernis "] edition = "2018" license-file = "LICENSE" @@ -53,4 +53,4 @@ parking_lot = "0.11.1" sha2 = "0.9.2" headless_chrome = {version = "0.9.0", optional = true} -failure = {version = "0.1.8", optional = true} \ No newline at end of file +failure = {version = "0.1.8", optional = true}