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 "]