summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cc43d6..223c991 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "so"
-version = "0.4.4"
+version = "0.4.5"
license = "MIT"
description = "A terminal interface for StackOverflow"
readme = "README.md"
@@ -21,12 +21,10 @@ criterion = "0.3"
[[bench]]
name = "html_parsing"
-path = "benches/html_parsing.rs"
harness = false
[[bench]]
name = "md_parsing"
-path = "benches/md_parsing.rs"
harness = false
[dependencies]