version: bump into 0.3.3

This commit is contained in:
Kilerd Chan 2019-06-05 11:38:43 +08:00
parent f25642e215
commit d696cb35c5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1628,7 +1628,7 @@ dependencies = [
[[package]] [[package]]
name = "rubble" name = "rubble"
version = "0.3.2" version = "0.3.3"
dependencies = [ dependencies = [
"actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "actix-files 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "rubble" name = "rubble"
description = "a slight blog system" description = "a slight blog system"
version = "0.3.2" version = "0.3.3"
authors = ["Kilerd Chan <blove694@gmail.com>"] authors = ["Kilerd Chan <blove694@gmail.com>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"