From d1648be2745cabbb4bf7edf1ca0b59125433384e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Mon, 6 Jun 2022 16:16:30 +0100 Subject: [PATCH] Fix publish --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b6a2f3b..6485de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [[bench]] name = "benches" harness = false +path = "benches/benches.rs" [profile.bench] lto = "fat"