Skip to content

Commit 7b45c36

Browse files
stlankesvalopok
authored andcommitted
remove default feature fse
1 parent cde670d commit 7b45c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hermit-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ wasmtime = { version = "32", default-features = false, features = ["std", "runti
2929
zerocopy = { version = "0.8", default-features = false, features = ["alloc", "derive", "simd-nightly"] }
3030

3131
[target.'cfg(target_os = "hermit")'.dependencies]
32-
hermit = { version = "=0.11", path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
32+
hermit = { version = "=0.11", path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "tcp", "dhcpv4", "mmap"] }
3333
hermit-abi = { version = "=0.5", path = "../../hermit-abi", default-features = false }
3434
wasi = { version = "0.11" }

0 commit comments

Comments
 (0)