From 5f0800d3fd97a0297806c0ab9260a15d20466263 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Tue, 13 Aug 2019 09:17:09 +0300 Subject: [PATCH] v1.1.1 Signed-off-by: Valerian Saliou --- Cargo.lock | 2 +- Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16ca1ea..e6d7394 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.1.0" +version = "1.1.1" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bigdecimal 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 365e92c..cb0272e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ +cargo-features = ["publish-lockfile"] + [package] name = "raider-server" -version = "1.1.0" +version = "1.1.1" description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance." readme = "README.md" license = "MPL-2.0" @@ -10,6 +12,7 @@ keywords = ["affiliates", "dashboard", "sales", "tracker"] categories = ["web-programming"] authors = ["Valerian Saliou "] exclude = ["dev/*"] +publish-lockfile = true [badges] travis-ci = { repository = "valeriansaliou/raider", branch = "master" }