forked from mirrors/gstreamer-rs
Use published option-operations
This commit is contained in:
parent
4bbd201377
commit
f315d3a052
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ futures-core = "0.3"
|
||||||
futures-channel = "0.3"
|
futures-channel = "0.3"
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3", default-features = false }
|
||||||
muldiv = "1"
|
muldiv = "1"
|
||||||
opt-ops = { package = "option-operations", git = "https://github.com/fengalin/option-operations" }
|
opt-ops = { package = "option-operations", version = "0.3" }
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
serde_bytes = { version = "0.11", optional = true }
|
serde_bytes = { version = "0.11", optional = true }
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue