version: 0.3.1

This commit is contained in:
Kilerd Chan 2019-05-20 11:11:55 +08:00
parent 35254f26d5
commit 194d85e83f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1588,7 +1588,7 @@ dependencies = [
[[package]]
name = "rubble"
version = "0.3.0"
version = "0.3.1"
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)",

View File

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