diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-02-12 00:24:04 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-02-12 01:16:31 +0100 |
| commit | 20e14b8edbbf067ab683ffdb170938838d9167b3 (patch) | |
| tree | 159c4d03cc7eb74dd88357d28bb93b2445dba163 /examples/wasm | |
| parent | 611961b499f8d4fee4f556c56606a2481e944791 (diff) | |
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Diffstat (limited to 'examples/wasm')
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index c6218a805..6750f6a6c 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml | |||
| @@ -8,7 +8,7 @@ version = "0.1.0" | |||
| 8 | crate-type = ["cdylib"] | 8 | crate-type = ["cdylib"] |
| 9 | 9 | ||
| 10 | [dependencies] | 10 | [dependencies] |
| 11 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "wasm"] } | 11 | embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "wasm", "nightly"] } |
| 12 | 12 | ||
| 13 | wasm-logger = "0.2.0" | 13 | wasm-logger = "0.2.0" |
| 14 | wasm-bindgen = "0.2" | 14 | wasm-bindgen = "0.2" |
