Use published option-operations

This commit is contained in:
François Laignel 2021-10-18 14:30:38 +02:00
parent 4bbd201377
commit f315d3a052

View file

@ -25,7 +25,7 @@ futures-core = "0.3"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
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_bytes = { version = "0.11", optional = true }
paste = "1.0"