From d696cb35c5441796e360d1d30c6ac25a3dccc7d5 Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Wed, 5 Jun 2019 11:38:43 +0800 Subject: [PATCH] version: bump into 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4842c76..92260a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,7 +1628,7 @@ dependencies = [ [[package]] name = "rubble" -version = "0.3.2" +version = "0.3.3" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-files 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5de1120..77bce14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rubble" description = "a slight blog system" -version = "0.3.2" +version = "0.3.3" authors = ["Kilerd Chan "] license = "MIT" edition = "2018"