@@ -814,7 +814,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "snowpatch"
-version = "0.2.0-beta.0"
+version = "0.2.0-beta.1"
dependencies = [
"docopt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -16,7 +16,7 @@
[package]
name = "snowpatch"
-version = "0.2.0-beta.0"
+version = "0.2.0-beta.1"
authors = ["Russell Currey <ruscur@russell.cc>",
"Andrew Donnellan <andrew.donnellan@au1.ibm.com>"]
homepage = "https://github.com/ruscur/snowpatch"
@@ -25,8 +25,7 @@ documentation = "https://github.com/ruscur/snowpatch/tree/master/docs"
description = "continuous integration for patch-based workflows"
readme = "README.md"
license = "GPL-2.0+"
-keywords = ["CI", "continuous integration", "patch", "patchwork", "jenkins",
- "git"]
+keywords = ["CI", "patch", "patchwork", "jenkins", "git"]
[dependencies]
reqwest = "0.8"
@@ -39,4 +38,4 @@ toml = "0.4"
tempdir = "0.3"
docopt = "1.0"
log = "0.4"
-env_logger = "0.5"
\ No newline at end of file
+env_logger = "0.5"
Because of course we'd screw this up. Apparently the keywords metadata field we had was invalid. Remove "continuous integration" to fix this. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> --- Already applied, for information only --- Cargo.lock | 2 +- Cargo.toml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-)