Skip to content

Commit

Permalink
build(wasmer/cache): opt 'sys' into default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 17, 2022
1 parent 704d935 commit 5f2e3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.2.1", default-features = false, features = ["sys"] }
wasmer = { path = "../api", version = "=2.2.1", default-features = false }
hex = "0.4"
thiserror = "1"
blake3 = "1.0"
Expand All @@ -25,6 +25,7 @@ wasmer-engine-universal = { path = "../engine-universal", version = "=2.2.1" }
wasmer-engine-dylib = { path = "../engine-dylib", version = "=2.2.1" }

[features]
default = ["wasmer/sys"]
blake3-pure = ["blake3/pure"]

[[bench]]
Expand Down

0 comments on commit 5f2e3fc

Please sign in to comment.