Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jul 14, 2024
1 parent 7b955ed commit f1c90ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ std = [

[dependencies]
clap = { version = "4.5.9", features = ["derive"], optional = true }
libc = { version = "0.2", optional = true }
libc = { version = "0.2", default-features = false, optional = true }
main_error = "0.1.2"
stak-configuration = { version = "0.1.38", path = "../configuration" }
stak-device = { version = "0.2.42", path = "../device" }
Expand Down

0 comments on commit f1c90ba

Please sign in to comment.