From b447b31ef1888d161a7c0c580ac9b2cd70f9ac56 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 22 Aug 2024 13:04:43 +0300 Subject: [PATCH] make atomic_compression feature by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c71f3f5..b817a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ bytebuffer = "2.3.0" uuid = "1.10.0" [features] -# default = [ "atomic_compression" ] +default = [ "atomic_compression" ] atomic_compression = [] \ No newline at end of file