Skip to content

Commit

Permalink
Update minimum serde version
Browse files Browse the repository at this point in the history
Without this, we cannot build with `-Z minimal-versions`
  • Loading branch information
alex authored and complexspaces committed Jun 20, 2023
1 parent 823b95b commit 2df305b
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 @@ -32,7 +32,7 @@ once_cell = "1"
futures-util = "0.3"
num = "0.4.0"
rand = "0.8.1"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.103", features = ["derive"] }
sha2 = { version = "0.10.0", optional = true }
zbus = { version = "3.7", default-features = false }
openssl = { version = "^0.10.40", optional = true }
Expand Down

0 comments on commit 2df305b

Please sign in to comment.