From 9584cfaed28b2568a970cfbee934340b221aafff Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Aug 2020 23:08:34 +0200 Subject: [PATCH] Update asciimath-rs version --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3faed0..cbfa2a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "asciimath-rs" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "charred 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -592,9 +592,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "snekdown" -version = "0.19.0" +version = "0.19.1" dependencies = [ - "asciimath-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "asciimath-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "charred 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -811,7 +811,7 @@ dependencies = [ "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" -"checksum asciimath-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60e268057257d5bb6a296d0412445b54f7e36bb90d7bc0071f31310a4231c8ec" +"checksum asciimath-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ecdf0752d062cafc39565a3d677656eeca32f7b06485e8f85e1edda5b360211" "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" "checksum base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42" diff --git a/Cargo.toml b/Cargo.toml index 5d0483b..8b90b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.19.0" +version = "0.19.1" authors = ["trivernis "] edition = "2018" license-file = "LICENSE" @@ -32,4 +32,4 @@ notify = "4.0.12" toml = "0.5.6" serde ="1.0.111" serde_derive = "1.0.111" -asciimath-rs = "0.4.0" \ No newline at end of file +asciimath-rs = "0.4.1" \ No newline at end of file