summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-10-07 10:13:59 -0500
committerGitHub <noreply@github.com>2018-10-07 10:13:59 -0500
commit7875dda06327f771cd67eb135b381e6d87c228de (patch)
tree4e671e1d7651c1ba72754f5fb1d7a10b901db072 /Cargo.toml
parent72dab1a0348d66d85e0a3e55aefc0a982d498e6c (diff)
parent9428f1c5d7a110649998bdd45361007940cff4b9 (diff)
downloadroughenough-7875dda06327f771cd67eb135b381e6d87c228de.zip
Merge pull request #9 from int08h/1.0.5
Roughenough 1.0.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c228ac..94d7098 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "1.0.4"
+version = "1.0.5"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
@@ -26,10 +26,3 @@ clap = "2"
chrono = "0.4"
hex = "0.3"
-[dev-dependencies]
-criterion = "0.2.0"
-
-[[bench]]
-name = "messages"
-harness = false
-