From 6956b6a1cefaabeae7ca0615d0151262a1771150 Mon Sep 17 00:00:00 2001 From: Denis Drakhnia Date: Sun, 12 May 2024 08:31:16 +0300 Subject: [PATCH] protocol: do not limit dependency versions --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index d188237..4875122 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -13,5 +13,5 @@ repository = "https://git.mentality.rip/numas13/xash3d-master" [dependencies] thiserror = "1.0.49" -log = "<0.4.19" +log = "0.4.18" bitflags = "2.4"