From fb4a9da6c50bfd9946a75becb5f23de19a3046d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=BCke?= Date: Wed, 18 Sep 2019 18:06:20 +0200 Subject: [PATCH] changed author back to VS Code --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f40673..0c469d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hello_remote_world" version = "0.1.0" -authors = ["Johannes Lüke "] +authors = ["VS Code "] [lib] path ="./src/lib/lib.rs"