From 7e81123dbb83d0e366ddb02134bd318f437b22cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 23:12:09 +0000 Subject: [PATCH] Update gtk requirement from 0.3.0 to 0.7.1 Updates the requirements on [gtk](https://github.com/gtk-rs/gtk) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gtk/releases) - [Changelog](https://github.com/gtk-rs/gtk/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk/compare/0.3.0...0.7.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5409955..500ab4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.11" authors = ["Shubham Arora "] [dependencies.gtk] -version = "0.3.0" +version = "0.7.1" features = ["v3_18"] [dependencies]