From d8df9a6e5f09a0f9649ef16d15f86a22c4720ade Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 13 Jan 2024 08:34:14 -0800 Subject: Delete benchmarks. I don't really care about performance. --- Cargo.toml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 550753c..95e0bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,9 @@ [package] name = "edit" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" - -[dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } - -[[bench]] -name = "concat" -harness = false - -[[bench]] -name = "new" -harness = false -- cgit v1.3.1