forked from mirrors/gstreamer-rs
Update option-operations to 0.5.0
This fixes the trait `OptionEq` not being exported in `prelude`.
This commit is contained in:
parent
fbad0fd0bc
commit
be2de21602
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue