From 9beb10cca8574ba49b683e717051fa241341e2b8 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 31 Jan 2024 20:45:00 -0600 Subject: [PATCH] Publish v0.2.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 189f088bd..ed7fc10db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = [ "algorithms", "mathematics", "no-std" ] license = "MIT" edition = "2021" rust-version = "1.71.1" -include = ["src/lib.rs", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["src/lib.rs", "benches/benchmark.rs", "LICENSE", "README.md", "CHANGELOG.md"] [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] }