Skip to content

Commit

Permalink
specify version serde
Browse files Browse the repository at this point in the history
  • Loading branch information
skibon02 committed Jan 18, 2024
1 parent 1e1eebe commit 9631372
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 @@ -23,7 +23,7 @@ bitfield = "0.13.2"
embedded-hal = "0.2.4"

[dependencies.serde]
version = "1"
version = ">=1.0.0,<=1.0.100"
features = [ "derive" ]
optional = true

Expand Down

0 comments on commit 9631372

Please sign in to comment.