diff --git a/experiments/Cargo.toml b/experiments/Cargo.toml index b152431..ee79096 100644 --- a/experiments/Cargo.toml +++ b/experiments/Cargo.toml @@ -2,7 +2,7 @@ name = "experiments" description = "Developing bare-metal Rust on Zynq" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [features] diff --git a/libasync/Cargo.toml b/libasync/Cargo.toml index ca62fae..b42a320 100644 --- a/libasync/Cargo.toml +++ b/libasync/Cargo.toml @@ -2,7 +2,7 @@ name = "libasync" description = "low-level async support" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [dependencies] diff --git a/libboard_zynq/Cargo.toml b/libboard_zynq/Cargo.toml index 99dec56..718c79c 100644 --- a/libboard_zynq/Cargo.toml +++ b/libboard_zynq/Cargo.toml @@ -2,7 +2,7 @@ name = "libboard_zynq" description = "Drivers for peripherals in the Zynq PS" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [features] diff --git a/libcortex_a9/Cargo.toml b/libcortex_a9/Cargo.toml index 330d718..3c62f74 100644 --- a/libcortex_a9/Cargo.toml +++ b/libcortex_a9/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libcortex_a9" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [features] diff --git a/libregister/Cargo.toml b/libregister/Cargo.toml index e085556..227e658 100644 --- a/libregister/Cargo.toml +++ b/libregister/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libregister" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [dependencies] diff --git a/libsupport_zynq/Cargo.toml b/libsupport_zynq/Cargo.toml index d65faa9..7339fe8 100644 --- a/libsupport_zynq/Cargo.toml +++ b/libsupport_zynq/Cargo.toml @@ -2,7 +2,7 @@ name = "libsupport_zynq" description = "Software support for running in the Zynq PS" version = "0.0.0" -authors = ["Astro "] +authors = ["M-Labs"] edition = "2018" [features]