From 8947cf2b2fe298f7885ccd39a0c74ca75cd59abc Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 3 Oct 2024 01:46:23 +0200 Subject: [PATCH] Only specify major version for bitflags dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406947bf..8fa64f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ log = "0.4" thiserror = "1" parking_lot = "0.12" smallvec = "1" -bitflags = "2.6.0" +bitflags = "2" [build-dependencies] bindgen = "0.70"