From 92b03344ebaad966e437a6dd3ead6c5242f6411d Mon Sep 17 00:00:00 2001 From: Revertron Date: Wed, 21 Apr 2021 17:33:39 +0200 Subject: [PATCH] Version increment and cargo exclusion for working files. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac729cd..e619ffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "alfis" -version = "0.4.19" +version = "0.4.20" authors = ["Revertron "] edition = "2018" build = "build.rs" readme = "README.md" homepage = "https://alfis.name" repository = "https://github.com/Revertron/Alfis" +exclude = ["blockchain.db", "alfis.toml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]