From 2f6310f8bd91dc6e4557ffa6f1c753e8e291fcfb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 6 Aug 2020 20:26:48 +0800 Subject: [PATCH] cleanup --- src/libc/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libc/Cargo.toml b/src/libc/Cargo.toml index 148972c..3399f41 100644 --- a/src/libc/Cargo.toml +++ b/src/libc/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "libc" version = "0.1.0" -authors = ["pca006132 "] +authors = ["M-Labs"] edition = "2018" build = "build.rs" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zc706.git" }