Fix typo in Cargo.toml.

This commit is contained in:
Guillaume Endignoux
2020-07-10 16:53:43 +02:00
parent c73492aae5
commit ff0eefcae5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name = "lang_items"
version = "0.1.0"
authors = [
"Tock Project Developers <tock-dev@googlegroups.com>"
"Tock Project Developers <tock-dev@googlegroups.com>",
"Guillaume Endignoux <guillaumee@google.com>",
]
license = "MIT/Apache-2.0"

View File

@@ -2,7 +2,7 @@
name = "libtock_drivers"
version = "0.1.0"
authors = [
"Tock Project Developers <tock-dev@googlegroups.com>"
"Tock Project Developers <tock-dev@googlegroups.com>",
"Guillaume Endignoux <guillaumee@google.com>",
]
license = "MIT/Apache-2.0"