From 376716a6c3510d0bf9ad90d7197b05d02d8a5f11 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 27 Sep 2024 14:57:34 -0700 Subject: [PATCH] Depend on gbm-sys 0.3.1 May the bloodlust of the CI gods be appeased by this offering. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97eb738..9bd65f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bitflags = "2" drm-fourcc = "2.2" [dependencies.gbm-sys] -version = "0.3.0" +version = "0.3.1" path = "./gbm-sys" [dependencies.drm]