From eb3fa2191d9b2bc2f09f0d308b58212a32fd6386 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Wed, 6 Feb 2019 18:37:58 -0500 Subject: [PATCH] fix cargo.toml keywords (hopefully) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad6f0af..e9ab3bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "elf2tab" -version = "0.4.0-dev" +version = "0.4.0" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e4fc10b..e66f490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Tock Project Developers "] repository = "https://github.com/tock/tock" license = "MIT" readme = "README.md" -keywords = ["elf, code, tock, compile"] +keywords = ["elf", "code", "tock", "compile"] [dependencies] chrono = "0.4.2"