Update option-operations to 0.5.0

This fixes the trait `OptionEq` not being exported in `prelude`.
This commit is contained in:
François Laignel 2022-08-15 22:44:53 +02:00
parent fbad0fd0bc
commit be2de21602

View file

@ -26,7 +26,7 @@ futures-core = "0.3"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
muldiv = "1"
opt-ops = { package = "option-operations", version = "0.4" }
opt-ops = { package = "option-operations", version = "0.5" }
serde = { version = "1.0", optional = true }
serde_bytes = { version = "0.11", optional = true }
paste = "1.0"