From a26c2acc49a03b544d54a088b660618b5de9a64c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Tue, 26 Dec 2017 14:02:25 +0200 Subject: Updated GTK version and fixed linting issues from Clippy --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95dee5f..f448215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ bencher = "0.1.2" [target.'cfg(not(target_os = "emscripten"))'.dependencies] portaudio = "0.7.0" -gtk = "0.1.1" -cairo-rs = "0.1.1" +gtk = "0.3.0" +cairo-rs = "0.3.0" [[bench]] name = "transforms" -- cgit v1.2.3