Skip to content

Commit

Permalink
test(middlewares) Enable more features on wasmer when testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jun 7, 2021
1 parent a1527ea commit 3b5f89e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/middlewares/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ wasmer-types = { path = "../types", version = "2.0.0-rc2" }
wasmer-vm = { path = "../vm", version = "2.0.0-rc2" }
loupe = "0.1"

[dev-dependencies]
wasmer = { path = "../api", version = "2.0.0-rc2", features = ["compiler"] }

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 3b5f89e

Please sign in to comment.