From d5ff0a2e02ec906be98f0c3390ea13cb3944b0d2 Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Sun, 21 Apr 2019 20:16:16 +0800 Subject: [PATCH] version: update to 0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7a324f..6b4f5d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "rubble" -version = "0.2.1" +version = "0.2.4" dependencies = [ "actix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-files 0.1.0-betsa.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 01b9567..a71ab1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rubble" description = "a slight blog system" -version = "0.2.1" +version = "0.2.4" authors = ["Kilerd Chan "] license = "MIT" edition = "2018"