From 12ca6d03e7d71dd44b407c262de229bf2417998a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 13 Dec 2024 19:15:34 +0200 Subject: [PATCH] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 517f786..6046ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "souq" path = "Source/Binary/souq.rs" [dependencies] -unbug = { version = "0.3.0", features = ["enable"] } +unbug = { version = "0.4.0", features = ["enable"] } [features] default = []