From 17270741e7a8a1a2565cbf98b6ea7debe83b0343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 Feb 2018 13:36:37 +0100 Subject: [PATCH] Update to num-traits 0.2 --- gst-plugin-audiofx/Cargo.toml | 2 +- gst-plugin-tutorial/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index daf0e4ee0..584a3fabd 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -12,7 +12,7 @@ gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } byte-slice-cast = "0.1" -num-traits = "0.1" +num-traits = "0.2" [lib] name = "gstrsaudiofx" diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml index 2772e73f2..f2b2e8ed8 100644 --- a/gst-plugin-tutorial/Cargo.toml +++ b/gst-plugin-tutorial/Cargo.toml @@ -13,7 +13,7 @@ gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } byte-slice-cast = "0.1" -num-traits = "0.1" +num-traits = "0.2" [lib] name = "gstrstutorial"