forked from mirrors/gstreamer-rs
gstreamer: Update to option-operations 0.4
This commit is contained in:
parent
502a0080f0
commit
c2e43f86a5
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.3" }
|
||||
opt-ops = { package = "option-operations", version = "0.4" }
|
||||
serde = { version = "1.0", optional = true }
|
||||
serde_bytes = { version = "0.11", optional = true }
|
||||
paste = "1.0"
|
||||
|
|
Loading…
Reference in a new issue