From d897d295b7e034679f8eeedef44950b958370da2 Mon Sep 17 00:00:00 2001 From: rrokkam Date: Sun, 19 Jul 2020 13:33:33 -0700 Subject: [PATCH] Update Cargo.toml; bump version number --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 54e4db43..e9e570d7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2,5 +2,5 @@ # It is not intended for manual editing. [[package]] name = "rust" -version = "0.1.0" +version = "0.2.0" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c0fef86b..00040bd8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "rust" -version = "0.1.0" -authors = ["Michael Gerhaeuser "] +version = "0.2.0" +authors = ["Michael Gerhaeuser ", "rrokkam "]