From e0bba4465794607df243503797e3d443674b2494 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Tue, 5 Jan 2021 10:23:22 +0100 Subject: [PATCH] Allows inlining with lasso --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 488ec00d..41a36fb7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -39,7 +39,7 @@ hex = "0.4" nom = "6" peg = "0.6" siphasher = "0.3" -lasso = {version="0.4", features=["multi-threaded"]} +lasso = {version="0.4", features=["multi-threaded", "inline-more"]} sophia_api = { version = "0.6.2", optional = true } http = "0.2" httparse = { version = "1", optional = true }