This commit is contained in:
Vincent Prouillet 2018-06-22 15:14:12 +02:00
parent 7d5ffac1d5
commit a853bef933
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -420,7 +420,7 @@ dependencies = [
[[package]] [[package]]
name = "gutenberg" name = "gutenberg"
version = "0.3.3" version = "0.3.4"
dependencies = [ dependencies = [
"chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gutenberg" name = "gutenberg"
version = "0.3.3" version = "0.3.4"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"] authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"