From 19b80a1c2da4bf3d22347e110aad165361f18ee1 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 3 Dec 2021 09:24:41 +0100 Subject: [PATCH] build: Who is that? --- plugins/example_rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/example_rust/Cargo.toml b/plugins/example_rust/Cargo.toml index bbccbf3cf..4da89a0c2 100644 --- a/plugins/example_rust/Cargo.toml +++ b/plugins/example_rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "example_rust" version = "0.1.0" -authors = ["Marc-André Moreau "] +authors = ["WerWolv "] edition = "2018" [lib] @@ -12,4 +12,4 @@ path = "source/plugin_example.rs" hex = { path = "../libimhex-rust" } [profile.release] -lto = true \ No newline at end of file +lto = true