Version increment and cargo exclusion for working files.

This commit is contained in:
Revertron
2021-04-21 17:33:39 +02:00
parent 66d38d4a60
commit 92b03344eb
+2 -1
View File
@@ -1,12 +1,13 @@
[package] [package]
name = "alfis" name = "alfis"
version = "0.4.19" version = "0.4.20"
authors = ["Revertron <alfis@revertron.com>"] authors = ["Revertron <alfis@revertron.com>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
readme = "README.md" readme = "README.md"
homepage = "https://alfis.name" homepage = "https://alfis.name"
repository = "https://github.com/Revertron/Alfis" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]