diff --git a/Cargo.lock b/Cargo.lock index cdcb89e..448bd9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "snekdown" -version = "0.22.6" +version = "0.22.7" dependencies = [ "asciimath-rs 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7c0010b..109b168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.22.6" +version = "0.22.7" authors = ["trivernis "] edition = "2018" license-file = "LICENSE"