Skip to content

Commit

Permalink
Add missing feature forward on scheduler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jul 19, 2023
1 parent feaaca3 commit a6fc45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions crates/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch

- Fix missing feature forward on dependencies
- Update dependencies

## 0.2.0
Expand Down
4 changes: 2 additions & 2 deletions crates/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ wasefire-store = { version = "0.2.0", path = "../store" }

[features]
defmt = ["dep:defmt", "wasefire-board-api/defmt", "wasefire-logger/defmt"]
log = ["wasefire-logger/log"]
std = ["wasefire-store/std"]
log = ["wasefire-board-api/log", "wasefire-logger/log"]
std = ["wasefire-board-api/std", "wasefire-store/std"]

0 comments on commit a6fc45f

Please sign in to comment.