Skip to content

Commit

Permalink
std pass through
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Jan 10, 2022
1 parent 2d0560b commit 22ab1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finny/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ heapless = { version = "0.7" }

[features]
default = ["std", "inspect_slog", "timers_std"]
std = ["arraydeque/std", "timers_std", "slog/std"]
std = ["arraydeque/std", "timers_std", "slog/std", "finny_derive/std"]
inspect_slog = ["slog"]
timers_std = []
generate_plantuml = ["finny_derive/generate_plantuml"]
3 changes: 2 additions & 1 deletion finny_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ keywords = ["fsm", "state"]
proc-macro = true

[features]
default = []
default = ["std"]
std = []
generate_plantuml = []

[dependencies]
Expand Down

0 comments on commit 22ab1a3

Please sign in to comment.