Update Cargo.toml; bump version number

This commit is contained in:
rrokkam 2020-07-19 13:33:33 -07:00
parent 2ebbc987fb
commit d897d295b7
2 changed files with 3 additions and 3 deletions

2
rust/Cargo.lock generated
View File

@ -2,5 +2,5 @@
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "rust" name = "rust"
version = "0.1.0" version = "0.2.0"

View File

@ -1,4 +1,4 @@
[package] [package]
name = "rust" name = "rust"
version = "0.1.0" version = "0.2.0"
authors = ["Michael Gerhaeuser <michael.gerhaeuser@gmail.com>"] authors = ["Michael Gerhaeuser <michael.gerhaeuser@gmail.com>", "rrokkam <rohithrokkam@gmail.com>"]