From fddf89c4c4696e9bb87d0c9815ea8db4eaacb81e Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 1 Jun 2020 21:37:30 +0200 Subject: [PATCH] Increase crate version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0621983..7b0dd17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ dependencies = [ [[package]] name = "snekdown" -version = "0.8.2" +version = "0.8.3" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2bd861a..dce9cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snekdown" -version = "0.8.2" +version = "0.8.3" authors = ["trivernis "] edition = "2018" license-file = "LICENSE"