From ec95f7e73cd35f2c9b97565ea5fa04f680d4f896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 25 Apr 2024 22:39:21 +0200 Subject: [PATCH] Fix a ws Cargo.toml comment --- crates/ws/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/ws/Cargo.toml b/crates/ws/Cargo.toml index 45c941f..0c8a611 100644 --- a/crates/ws/Cargo.toml +++ b/crates/ws/Cargo.toml @@ -21,8 +21,9 @@ name = "aquatic_ws" default = ["prometheus", "mimalloc"] prometheus = ["metrics", "aquatic_common/prometheus"] metrics = ["dep:metrics", "dep:metrics-util"] -# Use mimalloc allocator for much better performance. Requires cmake and a -# C/C++ compiler +# Use mimalloc allocator for much better performance. +# +# Requires cmake and a C compiler mimalloc = ["dep:mimalloc"] [dependencies]