[gnome-control-center] Bump libhandy to 1.0.0



commit 9d69f8ca62614c935379ed951c6befa195004d39
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Sep 9 10:35:23 2020 +0200

    Bump libhandy to 1.0.0
    
    Let's use a stable version.

 meson.build          | 2 +-
 subprojects/libhandy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9496baee0..30afd1b5b 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,7 @@ libgvc = subproject(
 )
 libgvc_dep = libgvc.get_variable('libgvc_dep')
 
-libhandy_dep = dependency('libhandy-1', version: '>= 0.90.0', required: false)
+libhandy_dep = dependency('libhandy-1', version: '>= 1.0.0', required: false)
 if not libhandy_dep.found()
   libhandy = subproject(
     'libhandy',
diff --git a/subprojects/libhandy b/subprojects/libhandy
index c7aaf6f4f..94313c206 160000
--- a/subprojects/libhandy
+++ b/subprojects/libhandy
@@ -1 +1 @@
-Subproject commit c7aaf6f4f50b64ee55fcfee84000e9525fc5f93a
+Subproject commit 94313c206258860b2428712e7ece1d02c5177857


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]