Skip to content

Commit

Permalink
Fix missing cargo-clippy feature warning.
Browse files Browse the repository at this point in the history
Signed-off-by: SzymonKubica <szymo.kubica@gmail.com>
  • Loading branch information
SzymonKubica committed Jun 4, 2024
1 parent ea16b14 commit ad91a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ hex = "0.4.3"

[features]
default = ["std"]
cargo-clippy = []
std = ["dep:time", "dep:libc", "combine/std"]
cranelift = [
"dep:cranelift-codegen",
Expand Down

0 comments on commit ad91a89

Please sign in to comment.