Allows inlining with lasso

pull/71/head
Thomas Tanon 5 years ago committed by GitHub
parent ab6f12334d
commit e0bba44657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -39,7 +39,7 @@ hex = "0.4"
nom = "6" nom = "6"
peg = "0.6" peg = "0.6"
siphasher = "0.3" 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 } sophia_api = { version = "0.6.2", optional = true }
http = "0.2" http = "0.2"
httparse = { version = "1", optional = true } httparse = { version = "1", optional = true }

Loading…
Cancel
Save