Skip to content

Commit

Permalink
lib/cache: add default feature in wasmer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Jun 7, 2022
1 parent e43f413 commit f4ae255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
wasmer = { path = "../api", version = "=2.3.0", default-features = false}
wasmer = { path = "../api", version = "=2.3.0", default-features = false, features = ["sys"] }
hex = "0.4"
thiserror = "1"
blake3 = "1.0"
Expand Down

0 comments on commit f4ae255

Please sign in to comment.