Skip to content

Commit

Permalink
enable this feature as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rudib committed Dec 19, 2021
1 parent 2f90268 commit 3041a0d
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ slog = { version = "2.7.0", optional = true }

[features]
default = ["std", "inspect_slog", "timers_std"]
std = ["arraydeque/std"]
std = ["arraydeque/std", "timers_std"]
inspect_slog = ["slog"]
timers_std = []
generate_plantuml = ["finny_derive/generate_plantuml"]

0 comments on commit 3041a0d

Please sign in to comment.