diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-25 00:11:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-25 00:11:42 +0200 |
| commit | 3329089412e3ab367893eb975d611be49c8f5c5d (patch) | |
| tree | d687b98c2c2cd4686a294dbec98a122528f6ff06 /embassy-embedded-hal/Cargo.toml | |
| parent | 4e9d38fef0b64e000ea8d2e04e34ec656028c44e (diff) | |
embassy-embedded-hal: make time feature non-default
default features considered harmful.
Diffstat (limited to 'embassy-embedded-hal/Cargo.toml')
| -rw-r--r-- | embassy-embedded-hal/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml index aab6e0f1e..8277aa291 100644 --- a/embassy-embedded-hal/Cargo.toml +++ b/embassy-embedded-hal/Cargo.toml | |||
| @@ -19,7 +19,6 @@ target = "x86_64-unknown-linux-gnu" | |||
| 19 | 19 | ||
| 20 | [features] | 20 | [features] |
| 21 | time = ["dep:embassy-time"] | 21 | time = ["dep:embassy-time"] |
| 22 | default = ["time"] | ||
| 23 | 22 | ||
| 24 | [dependencies] | 23 | [dependencies] |
| 25 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal" } | 24 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal" } |
