From 7e90b28cf208809b07f49ea4b2dcdbed3fc2b8e1 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 25 Nov 2021 19:54:12 +0100 Subject: [PATCH] Add myself as adc sample author --- examples/test-adc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-adc/Cargo.toml b/examples/test-adc/Cargo.toml index a5a023e..e2fa1f0 100644 --- a/examples/test-adc/Cargo.toml +++ b/examples/test-adc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-adc" version = "0.1.0" -authors = ["Antti Peltonen "] +authors = ["Antti Peltonen ", "Lukas Winkler "] edition = "2018" [dependencies]