From be2de216020e7a88a2cc0ac853965a16c449839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Mon, 15 Aug 2022 22:44:53 +0200 Subject: [PATCH] Update option-operations to 0.5.0 This fixes the trait `OptionEq` not being exported in `prelude`. --- gstreamer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index fea22fc9e..2f4ec371b 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -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"