From 22e5b58947161468335258ad9d82bcec039e41dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Fri, 25 Oct 2019 21:05:40 +0200 Subject: [PATCH] Bump version to 0.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59d86ec..233ff29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,7 +564,7 @@ dependencies = [ [[package]] name = "flat-manager" -version = "0.3.5" +version = "0.3.6" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2642d52..e862381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flat-manager" -version = "0.3.5" +version = "0.3.6" authors = ["Alexander Larsson "] license = "MIT OR Apache-2.0" # Needs nightly, so disable for now: