Skip to content

Commit

Permalink
fix: do not use default features of serde_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadada authored and sevenautumns committed Jun 24, 2024
1 parent 4b9b5e7 commit e69fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = "0"
once_cell = { version = "1.19", default-features = false }
postcard = { version = "1.0", default-features = false }
serde = { version = "1.0", default-features = false }
serde_yaml = { version = "0.9", default-feaures = false }
serde_yaml = { version = "0.9", default-features = false }
signal-hook.version = "0.3"
uart_xilinx = "0.2"
volatile-register = "0.2"
Expand Down

0 comments on commit e69fd73

Please sign in to comment.