From a3009f87b15ab76090e6656c672540ff534a7d38 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 30 Jul 2022 22:53:58 +0300 Subject: [PATCH] Bump egl and glx sys crates --- glutin_egl_sys/Cargo.toml | 2 +- glutin_glx_sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glutin_egl_sys/Cargo.toml b/glutin_egl_sys/Cargo.toml index 813438044b..171b75742b 100644 --- a/glutin_egl_sys/Cargo.toml +++ b/glutin_egl_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin_egl_sys" -version = "0.1.5" +version = "0.1.6" authors = ["The glutin contributors", "Hal Gentz "] description = "The egl bindings for glutin" repository = "https://github.com/rust-windowing/glutin" diff --git a/glutin_glx_sys/Cargo.toml b/glutin_glx_sys/Cargo.toml index a919dec702..d29f4485f5 100644 --- a/glutin_glx_sys/Cargo.toml +++ b/glutin_glx_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin_glx_sys" -version = "0.1.7" +version = "0.1.8" authors = ["The glutin contributors", "Hal Gentz "] description = "The glx bindings for glutin" repository = "https://github.com/rust-windowing/glutin"