edited version

This commit is contained in:
mustafa salih 2021-01-01 07:20:00 +03:00
parent 538866ca9b
commit 7f60ba8ea0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -52,7 +52,7 @@ dependencies = [
[[package]] [[package]]
name = "rsblocks" name = "rsblocks"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"yaml-rust", "yaml-rust",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rsblocks" name = "rsblocks"
version = "0.1.0" version = "0.1.1"
authors = ["mustafa salih <mustafasalih1991@gmail.com>"] authors = ["mustafa salih <mustafasalih1991@gmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"